ID: 5827
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Bug Type: Documentation problem
PHP Version: 4.0
Assigned To:
Comments:
Adding short description.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-10 15:04:45] [EMAIL PROTECTED]
refiling as a documentation bug. this is only evaluated when php is executing code,
not inside functions like sleep().
---------------------------------------------------------------------------
[2000-07-28 04:26:44] [EMAIL PROTECTED]
time_out error
I set the
max_execution_time 30
in config file
but time_out does not execute.
I test with this file
<?php
printf("hi");
flush();
sleep(60);
printf("........");
?>
in php4(in window2000) time_out executed,
but php3.0.16(in AIX)
printed
"hi........."
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5827&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]