ID: 31863 Updated by: [EMAIL PROTECTED] Reported By: support at infinity dot com dot ua -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: Irrelevant Assigned To: sean New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2005-02-07 00:27:15] 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-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