nginx - PHP doesn't load mcrypt extension -


i can't see mcrypt in phpinfo() in section "additional .ini files parsed". 'php_mcrypt' have been installed. use centos nginx php 5.3.3.

in /etc/php.d/mcrypt.ini wrote extension=mcrypt.so.

i tried change extension path in php.ini (ex extension=/usr/lib64/php/modules/mcrypt.so), still doesn't work.

you using nginx, assume using php-fpm? if need restart php-fpm service in order reload plugins.

restarting nginx wont reload php.ini


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -