It's happening something really weird, never happened to me before now. im working on a LEMP server (Ubuntu, PHP5-fpm, MySql, Nginx) and i modified /etc/php5/fpm/php.ini
. Then i have decided to check my work through phpinfo(), but none of my changes seem to be applied .
phpinfo() says:
But the values displayed by phpinfo do not match with the loaded php.ini!! For example allow_url_fopen
is set to "Off" in php.ini, while both phpinfo() and ini_get("allow_url_fopen") return 1!! the same with "file_uploads", "expose_php" and so on..
any idea of what is happening? thank you
EDIT Already tried: