[PHP-DOC] Bug #5827 Updated: behaviour of max_execution_time not clear From: danbeck <email protected>
Date: 06/26/01

ID: 5827
Updated by: danbeck
Reported By: lee7801 <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] jmoore <email protected>
Adding short description.

---------------------------------------------------------------------------

[2001-02-10 15:04:45] jimw <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] lee7801 <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