php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20513 outcontrol bug
Submitted: 2002-11-20 01:57 UTC Modified: 2002-11-22 09:40 UTC
From: mw at suk dot net Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.3.0RC1 OS: Linux 2.4.20-rc2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mw at suk dot net
New email:
PHP Version: OS:

 

 [2002-11-20 01:57 UTC] mw at suk dot net
...
PHP Notice:  ob_end_clean() [http://www.php.net/ref.outcontrol]: failed to delete buffer default output handler. in /usr/src/php-4.3.0RC1/run-tests.php on line 48
...


Build with:
./configure \
        --prefix=/tmp/php \
        --enable-bcmath \
        --enable-ftp \
        --enable-static \
        --enable-tokenizer \
        --disable-xml \
        --without-pear \
        --with-mysql=/usr \
        --with-config-file-path=/etc

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-20 02:01 UTC] mw at suk dot net
Gets repeated hundred of times ...
 [2002-11-20 15:54 UTC] iliaa@php.net
Could you please add output handler related ini settings from php.ini to your report.
 [2002-11-22 04:25 UTC] mw at suk dot net
The ini file is the PHP file shipped with PHP 4.2.1. The only changed thing is the max execution time and the mysql socket path, the rest of the file is unchanged!
 [2002-11-22 05:03 UTC] mw at suk dot net
Removing the /etc/php.ini and running the compile again it works ... except some other error which I just send in to the php QA team. Also copying the new php.ini-dist to /etc works fine ... so the prob was probably the php.ini!


Failed test is BTW:
fopencookie detected and working (or cast mechanism works) [ext/standard/tests/file/fopencookie.phpt]
 [2002-11-22 09:40 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

The bug was due to faulty(?) ini setting according to the user's report.

The fopencookie test failure was corrected in latest CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 07:01:29 2024 UTC