nicos           Thu Jan  9 10:24:32 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixing #21546, looks okay according to james
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7     Tue Nov 19 
03:50:05 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 10:24:32 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
@@ -49,7 +49,8 @@
     </para>
     <warning>
      <para>
-      If the ini file you are trying to parse is malformed, PHP will exit.
+      If the ini file you are trying to parse is malformed, PHP will exit
+      and return a warning that can't be hidden.
      </para>
     </warning>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to