manuzhai                Mon Apr 29 04:09:03 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixed bug 13279.
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.3
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2     Wed Apr 17 
02:38:09 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Apr 29 04:09:01 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
@@ -34,6 +34,11 @@
      The structure of the ini file is similar to that of
      the &php.ini;'s.
     </para>
+    <warning>
+     <para>
+      If the ini file you are trying to parse is malformed, PHP will exit.
+     </para>
+    </warning>
     <para>
      <example>
       <title>Contents of sample.ini</title>


Reply via email to