derick Mon Jul 7 15:05:11 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
- Upgrade note to warning per comments in bug #24001
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.12
phpdoc/en/reference/filesystem/functions/fread.xml:1.13
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.12 Mon Jun 30 18:55:45
2003
+++ phpdoc/en/reference/filesystem/functions/fread.xml Mon Jul 7 15:05:11 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -43,6 +43,15 @@
<function>fopen</function> mode parameter.
</para>
</warning>
+ <warning>
+ <para>
+ When reading from network streams or pipes, such as those returned when
+ reading <link linkend="features.remote-files">remote files</link> or from
+ <function>popen</function> and <function>proc_open</function>, reading
+ will stop after a packet is available. This means that you should
+ collect the data together in chunks as shown in the example below.
+ </para>
+ </warning>
<para>
<informalexample>
<programlisting role="php">
@@ -58,15 +67,6 @@
</informalexample>
</para>
- <note>
- <para>
- When reading from network streams or pipes, such as those returned when
- reading <link linkend="features.remote-files">remote files</link> or from
- <function>popen</function> and <function>proc_open</function>, reading
- will stop after a packet is available. This means that you should
- collect the data together in chunks as shown in the example below.
- </para>
- </note>
<para>
<informalexample>
<programlisting role="php">
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php