[php-maint] Bug#720127: Bug#720127: php5: Maximum execution time exceeded immediately...

peter at chubb.wattle.id.au peter at chubb.wattle.id.au
Tue Aug 20 10:41:46 UTC 2013


>>>>> "Peter" == Peter Chubb <peter.chubb at nicta.com.au> writes:

>>>>> "Ondřej" == Ondřej Surý <ondrej at debian.org> writes:
Ondřej> could you try that with some simple script?

Actually here's an even simpler script:


<?php
   @set_time_limit(3600);
   @ini_set('max_execution_time', 3600);
   while (1)  {
        echo date(DATE_RFC822) ;
        echo "\n";
   }
?>


I find this behaves correctly on some machines. but not the one
running my webserver :-(



More information about the pkg-php-maint mailing list