[Bug 252843] Re: hardy php5 max execution time

2008-08-10 Thread codeslinger
if you want to pursue this bug further -- first try the set_time_limit(0) solution -- and then please give specific repro steps, it is not clear enough from your description what you are doing. also try phpinfo(); and find out exactly which php.ini file is being used and look for the possibility

[Bug 252843] Re: hardy php5 max execution time

2008-08-10 Thread codeslinger
I could not reproduce this problem. I also checked http://bugs.php.net/ and could not find any indications of a problem with max_execution_time. I used the following program: #!/usr/bin/php it ran until I stopped it. === Things to be aware of. There are two different php.ini files.