Php-mcrypt is installed on centos7, And the enable command is: {code...} on the Internet ...} problem: 1. This command is useless. The above command is php5enmod. It must be related to php5. It is useless to change it to php7enmod because php7 is installed. 2. Do I need to start this item separately? Php-mcrypt is installed on centos7, And the enable command is displayed on the Internet:
# Php5enmod mcrypt
Problem:
1. This command is useless. The above command is php5enmod. It must be related to php5. It is useless to replace php7enmod with php7.
2. Do I need to start this item separately?
Reply content:
Php-mcrypt is installed on centos7, And the enable command is displayed on the Internet:
# Php5enmod mcrypt
Problem:
1. This command is useless. The above command is php5enmod. It must be related to php5. It is useless to replace php7enmod with php7.
2. Do I need to start this item separately?
.. You need to find the. dll dynamic library and put it in the ext extension folder, and then enable the configuration in php. ini. add this item.
The upstairs is not correct. Your environment is Linux and should be used. So
File,Dll
It is used by the wins platform and needs to be installedMcrypt
Extension, first you need to find the mcrypt. so file after installation, and then findExtension
Add the following content:
Extension = path/mcrypt. so
Restart your web server. If you are using php-fpm, restart php-fpm.