Page 1 of 1

Execution time for a script

Posted: Sun Jan 03, 2010 10:38 pm
by lmchaelichkatel
Hello

I have a php script that stops always after about 1h30. I am testing on my desktop running on Ubuntu and I set php.ini to :

max_execution_time 360000
max_input_time 360000
memory_limit 128

Even my script didn't consume even a 5MB of memory, I don't know why it stops and I am sure and certain it is not from the source code of this php file itself, but something on Linux needs to be configured.

Thank you

Re: Execution time for a script

Posted: Sun Jan 03, 2010 11:48 pm
by requinix
You remembered to restart Apache after changing the php.ini, right?

How is the script being executed?