ID: 10691
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Output Control
Operating System: Windows 2000
PHP Version: 4.0.5
New Comment:

Please upgrade to the latest version. Reopen if the problem still occurs.

I'm unable to reproduce this on Win2K with 4.0.7RC3.

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

[2001-05-06 11:15:16] [EMAIL PROTECTED]

Using the following script, PHP 4.0.5 crashes under
Windows 2000:

<?php
ob_start();

function foo($message = "") {
    if ($message == "")
        exit;
}

foo();

ob_end_flush();
?>

- Martin

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



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


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