php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10691 PHP crashes when using ob_-functions
Submitted: 2001-05-06 11:15 UTC Modified: 2001-10-19 10:59 UTC
From: mail at martin-jansen dot de Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0.5 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 36 = ?
Subscribe to this entry?

 
 [2001-05-06 11:15 UTC] mail at martin-jansen dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-19 10:59 UTC] sander@php.net
Please upgrade to the latest version. Reopen if the problem still occurs.

I'm unable to reproduce this on Win2K with 4.0.7RC3.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC