vrana           Wed Dec  7 06:46:45 2005 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Missing quotes (bug #35576)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21    Mon Sep 
 5 05:02:28 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Wed Dec  7 
06:46:40 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
@@ -80,7 +80,7 @@
 animal = BIRD
 
 [second_section]
-path = /usr/local/bin
+path = "/usr/local/bin"
 URL = "http://www.example.com/~username";
 ]]>
       </programlisting>

Reply via email to