php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31863 Wrong word in Appendix M. List of Available Filters
Submitted: 2005-02-06 23:18 UTC Modified: 2005-02-07 00:48 UTC
From: support at infinity dot com dot ua Assigned: sean (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-02-06 23:18 UTC] support at infinity dot com dot ua
Description:
------------
I'm not sure, but it seems to me that there's a mistake in file appendices/filters.xml on line 25.
The word "buffer" on that line probably should be replaced by "filter".
Oh, and I've just noticed a typo too: "is" should be replaced by "it".

Expected result:
----------------
23:  If data is sitting in the read buffer when a filter is 
24:  <emphasis>appended</emphasis>, this data will be immediately
25:  processed through that filter making the fact that it was
26:  sitting in the buffer seem transparent.

Actual result:
--------------
23:  If data is sitting in the read buffer when a filter is 
24:  <emphasis>appended</emphasis>, this data will be immediately
25:  processed through that buffer making the fact that is was
26:  sitting in the buffer seem transparent.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-07 00:27 UTC] support at infinity dot com dot ua
Found one more small bug in the same file and decided not to create a new report.

Probably missing ", or" on line 375:

374:   The <literal>bzip2.decompress</literal> filter only accepts one parameter,
375:   which can be passed as either an ordinary boolean value as the 
376:   <parameter>small</parameter> element of an associative array.

should be

374:   The <literal>bzip2.decompress</literal> filter only accepts one parameter,
375:   which can be passed as either an ordinary boolean value, or as the 
376:   <parameter>small</parameter> element of an associative array.
 [2005-02-07 00:48 UTC] sean@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: Mon Aug 11 23:00:03 2025 UTC