ID:              31863
 User updated by: support at infinity dot com dot ua
 Reported By:     support at infinity dot com dot ua
 Status:          Open
 Bug Type:        Documentation problem
 PHP Version:     Irrelevant
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2005-02-06 23:18:16] 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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31863&edit=1

Reply via email to