On NGINX PHP fastcgi skips right over memcache.ini and mongo.ini files

listed in answer

On NGINX PHP fastcgi skips right over memcache.ini and mongo.ini files
0 votes, 0.00 avg. rating (0% score)

ANSWER:

I ran into this too. Spock is right – restart nginx’s connection to PHP.
I’m using PHP-FPM so it would be: /etc/init.d/php5-fpm restart in my case

by morefromalan from http://serverfault.com/questions/381846