User PHP memory_limit Problem

smoked1

Verified User
Joined
Jul 5, 2005
Messages
85
I have the memory_limit set to 128M in php.ini and that is what show for the master value with phpinfo(). For the Local Value it shows 12M and I can't find where to change that. Does anyone know why this would be set to 12M even though php.ini is set to 128M?
 
First things first: did you restart Apache after changing the php.ini file?
 
OK Guys it was totally my fault. I PHP script was using the ini_set function and changing the value. :eek:
 
Back
Top