ID:               14542
 Comment by:       sergio at libero dot it
 Reported By:      dward at maidencreek dot com
 Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Linux 2.4.5
 PHP Version:      4.3.0
 New Comment:

This bug has been not fixed on win32.
I've tried to execute this script
<?PHP
set_time_limit(1);
register_shutdown_function("shutdown");

function shutdown(){
$status = connection_status();
$err = "Connection status ($status).\n";
error_log($err, 3, "/temp/phpstatus.log");
}

while(true){
        echo ".";
}
?>

PHP says:
Fatal error: Maximum execution time of 1 second exceeded in
C:\Inetpub\wwwroot\php\mynewsgate\shutdown.php on line 11

Fatal error: Maximum execution time of 1 second exceeded in
C:\Inetpub\wwwroot\php\mynewsgate\shutdown.php on line 6

I've used PHP 4.3.2 on windows xp


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

[2003-01-22 23:17:05] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



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

[2003-01-10 22:23:58] [EMAIL PROTECTED]

Verified with latest CVS and 4.3.0.

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

[2002-12-08 10:38:04] [EMAIL PROTECTED]

Verified with 4.3.0-dev at this date.


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

[2002-06-16 00:11:57] [EMAIL PROTECTED]

reclassified.


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

[2002-04-27 19:09:27] [EMAIL PROTECTED]

It's not fixed..


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/14542

-- 
Edit this bug report at http://bugs.php.net/?id=14542&edit=1

Reply via email to