vrana           Mon Sep  5 05:02:32 2005 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Translation of special values (bug #34354)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.20 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.20    Thu Aug 
 4 08:14:25 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Sep  5 
05:02:28 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
@@ -51,6 +51,7 @@
      <simpara>
       There are reserved words which must not be used as keys for
       ini files.  These include: null, yes, no, true, and false.
+      Values null, no and false results in "", yes and true results in "1".
       Characters <literal>|&amp;~![()"</literal> must not be used anywhere in
       the key and have a special meaning in the value.
      </simpara>

Reply via email to