I've got a script that's giving me headaches on a particular server.
I keep getting this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted
Even though I've edited php.ini to this:
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
memory_limit = 96M ; Maximum amount of memory a script may consume (16MB)
Where would the 67108864 bytes limit be coming from?

64 MBsuperceding your setting. Are you sure, your settings are loaded? What'sphpinfo()say? – Linus Kleen Aug 14 '11 at 21:41php.inichanges take effect? – fireeyedboy Aug 14 '11 at 21:42