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
ini_set no effect
Moderator: General Moderators
ini_set no effect
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
Re: ini_set no effect
Fixed, ini_set was added to disable_functions