I have a script that gives me headaches on a specific server.
I keep getting this error:
Fatal error : allowed memory size of 67108864 bytes exhausted
Despite the fact that I edited php.ini for 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 will the limit of 67108864 bytes be?
Regedit
source share