Execution time for a script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lmchaelichkatel
Forum Newbie
Posts: 8
Joined: Mon Nov 02, 2009 8:42 pm

Execution time for a script

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Execution time for a script

Post by requinix »

You remembered to restart Apache after changing the php.ini, right?

How is the script being executed?
Post Reply