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
Execution time for a script
Moderator: General Moderators
-
lmchaelichkatel
- Forum Newbie
- Posts: 8
- Joined: Mon Nov 02, 2009 8:42 pm
Re: Execution time for a script
You remembered to restart Apache after changing the php.ini, right?
How is the script being executed?
How is the script being executed?