Execution time for a script
Posted: Sun Jan 03, 2010 10:38 pm
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
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