ID: 5827
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Scripting Engine problem
Bug Type: Documentation problem
Assigned To: 
Comments:

refiling as a documentation bug. this is only evaluated when php is executing code, 
not inside functions like sleep().

Previous Comments:
---------------------------------------------------------------------------

[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]

Reply via email to