ini_set no effect

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

ini_set no effect

Post by miro_igov »

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 :banghead: is there any reason for this? PHP runs as CGI on apache.
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Re: ini_set no effect

Post by miro_igov »

Fixed, ini_set was added to disable_functions
Post Reply