php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10846 Enabling output buffering causes whole pages to be logged as errors
Submitted: 2001-05-14 06:11 UTC Modified: 2001-05-14 07:38 UTC
From: sstewart at heart1062 dot co dot uk Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Solaris 2.7
Private report: No CVE-ID: None
 [2001-05-14 06:11 UTC] sstewart at heart1062 dot co dot uk
More full explanation: when using Apache (1.3.19) with PHP 4pl1, enabling output buffering causes an entire page to be entered into the error log when a PHP error occurs, rather than the informative message describing what the error is, and where it has occured (indeed, this information is completely missing)

Disabling output buffering restores the more normal and expected behaviour

There doesn't appear to be easy way avoiding this undesirable problem.

OS: Solaris 2.7
Platform: Apache 1.3.19, mod_perl, mod_php4. Zend optimizer being used. MySQL support provided by external libraries.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-14 07:38 UTC] sniper@php.net
This should be fixed in PHP 4.0.5. If not, reopen.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC