php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36530 ob_start & ob-gzhandler - mistakes
Submitted: 2006-02-25 22:05 UTC Modified: 2006-03-07 01:11 UTC
From: lunter at interia dot pl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2006-02-25 22:05 UTC] lunter at interia dot pl
Description:
------------
1. http://php.net/manual/en/function.ob-gzhandler.php

There is not written what ob-gzhandler return boolean false if browser does't support gzip/deflate compression.
Without this sentence you may think that ob-gzhandler return uncompressed input string.

---

2. http://php.net/manual/en/function.ob-start.php

There is not written what if ob_start output_callback is a callable function and this function return boolean false, ob_start return original buffer.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-25 22:15 UTC] lunter at interia dot pl
/Edit/

1. ...
Without this sentence you may think that ob-gzhandler return (not compressed) input string.
 [2006-03-07 01:11 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 09 22:01:33 2025 UTC