>>>>> "Peter" == Peter Chubb <[email protected]> writes:

>>>>> "Ondřej" == Ondřej Surý <[email protected]> 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 :-(


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to