vrana Mon Jan 30 15:48:53 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
Even unrelated wrapper affects the limit (bug #35859)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/fread.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.20
phpdoc/en/reference/filesystem/functions/fread.xml:1.21
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.20 Fri Jan 13
11:00:19 2006
+++ phpdoc/en/reference/filesystem/functions/fread.xml Mon Jan 30 15:48:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -19,7 +19,7 @@
referenced by <parameter>handle</parameter>. Reading stops when up to
<parameter>length</parameter> bytes have been read, EOF
(end of file) is reached, (for network streams) when a packet becomes
- available, or (for userspace streams) when 8192 bytes have been read
+ available, or (after opening userspace stream) when 8192 bytes have been
read
whichever comes first.
</simpara>
<simpara>