ini_set no effect
Posted: Mon Mar 07, 2011 2:55 am
Hi All,
I need to set memory_limit at runtime but ini_set('memory_limit', '200M'); had no effect. I tried even the simpler ini_set('display_errors', 1); without success too
is there any reason for this? PHP runs as CGI on apache.
I need to set memory_limit at runtime but ini_set('memory_limit', '200M'); had no effect. I tried even the simpler ini_set('display_errors', 1); without success too