vrana           Mon Aug 20 14:32:20 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Keys and sections are evaluated as integers only before PHP 5.2.4 (bug #29306)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.27&r2=1.28&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.27 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.28
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.27    Thu Aug 
 2 13:12:18 2007
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Aug 20 
14:32:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
 <!-- 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>
@@ -139,7 +139,7 @@
    </example>
   </para>
   <para>
-   Keys and section names consisting from numbers are evaluated as PHP
+   Before PHP 5.2.4, keys and section names consisting from numbers are 
evaluated as PHP
    <link linkend="language.types.integer">integers</link> thus numbers
    starting by 0 are evaluated as octals and numbers starting by 0x are
    evaluated as hexadecimals.

Reply via email to