[BlueOnyx:15880] Re: PHP timeout
Dirk Estenfeld
dirk.estenfeld at bpanet.de
Fri Sep 5 10:30:26 -05 2014
Robert,
did you change max_execution_time in general php settings (network services) or in php settings for the page where you run the script in
regards,
Dirk
-----------------------------------------------
Black Point Arts Internet Solutions GmbH - Hanauer Landstrasse 423a - 60314 Frankfurt
-----------------------------------------------
-----Ursprüngliche Nachricht-----
Von: blueonyx-bounces at mail.blueonyx.it [mailto:blueonyx-bounces at mail.blueonyx.it] Im Auftrag von Robert Fitzpatrick
Gesendet: Freitag, 5. September 2014 17:09
An: BlueOnyx General Mailing List
Betreff: [BlueOnyx:15879] PHP timeout
Never noticed before, but the PHP max_execution_time settings do not
seem to work. I did a fresh install of 5108 server, verified the default
max_execution_time for both server and a test web site were set to 30
and created a test.php script as follows:
<?php
sleep(45);
print "test";
exit;
?>
The script did reach my print line after 45 seconds instead of getting
the expected 500 error after 30 seconds. Found this issue when a script
on a customer site didn't timeout until 120 seconds, but I can't find
that setting in any PHP configuration on the server. Can someone suggest
why I'm getting this timeout?
--
Robert
_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list