bjori           Thu Aug  2 13:12:18 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Reword/fix (thanks Jani)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.26&r2=1.27&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.26 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.27
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.26    Wed Jun 
20 22:24:28 2007
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Aug  2 
13:12:18 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.parse-ini-file">
  <refnamediv>
@@ -44,7 +44,7 @@
   </note>
   <note>
    <para>
-    As of PHP 5.0.0 this function also handles new lines in values.
+    As of PHP 5.0.0 values enclosed in double quotes can contain new lines.
    </para>
   </note>
   <note>
@@ -57,8 +57,7 @@
    </simpara>
   </note>
   <para>
-   The structure of the ini file is similar to that of
-   the &php.ini;'s.
+   The structure of the ini file is the same as the &php.ini;'s.
   </para>
   <para>
    <link linkend="language.constants">Constants</link> may also be parsed

Reply via email to