vrana           Sun Feb 13 16:29:56 2005 EDT

  Modified files:              
    /phpdoc/en/reference/xml/functions  xml-parse.xml 
  Log:
  Entity errors are reported at the end of the data (bug #31821)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xml/functions/xml-parse.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/xml/functions/xml-parse.xml
diff -u phpdoc/en/reference/xml/functions/xml-parse.xml:1.5 
phpdoc/en/reference/xml/functions/xml-parse.xml:1.6
--- phpdoc/en/reference/xml/functions/xml-parse.xml:1.5 Sat Feb  5 19:41:24 2005
+++ phpdoc/en/reference/xml/functions/xml-parse.xml     Sun Feb 13 16:29:56 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.xml-parse">
    <refnamediv>
     <refname>xml_parse</refname>
@@ -66,6 +66,12 @@
      <function>xml_get_current_column_number</function> and
      <function>xml_get_current_byte_index</function>.
     </para>
+    <note>
+     <para>
+      Entity errors are reported at the end of the data thus only if
+      <parameter>is_final</parameter> is set and &true;.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 

Reply via email to