ID: 5827
Updated by: danbeck
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Closed
Bug Type: Documentation problem
Operating system:
PHP Version: 4.0
Assigned To:
Comments:
This is now documented in the latest cvs.
Previous Comments:
---------------------------------------------------------------------------
[2001-04-16 06:01:31] [EMAIL PROTECTED]
Adding short description.
---------------------------------------------------------------------------
[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