From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.0.5
PHP Bug Type:     Reproduceable crash
Bug description:  PHP crashes when using ob_-functions

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