php info not effect when edit value in php.ini on nginx webserver
Posted
by khoanhd
on Server Fault
See other posts from Server Fault
or by khoanhd
Published on 2010-02-25T00:55:11Z
Indexed on
2010/04/02
6:03 UTC
Read the original article
Hit count: 476
I've already installed php, fcgi, nginx, the system running as no problem, but the problem happen when:
- I update memory_limit in php.ini, then restart php-cgi, nginx, but when use phpinfo, theo memory_limit is not effected.
- I install 2 new extensions: curl and memcache, add 2 lines: extension=curl.so and extension=memcache.so, restart php-cgi and nginx, phpinfo also not show up the value curl and memcache in phpinfo.
So, how should i do?Please help me.
© Server Fault or respective owner