vrana           Mon Aug 20 14:02:44 2007 UTC

  Modified files:              
    /phpdoc/en/reference/info/functions ini-get.xml 
  Log:
  Booleans can be returned as literal strings (bug #33443)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.18 
phpdoc/en/reference/info/functions/ini-get.xml:1.19
--- phpdoc/en/reference/info/functions/ini-get.xml:1.18 Mon Aug 20 13:49:39 2007
+++ phpdoc/en/reference/info/functions/ini-get.xml      Mon Aug 20 14:02:44 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <refentry xml:id="function.ini-get" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>ini_get</refname>
@@ -106,6 +106,7 @@
     A boolean ini value of <literal>off</literal> will be returned as an
     empty string or "0" while a boolean ini value of <literal>on</literal> will
     be returned as "1".
+    The function can also return the literal string of INI value.
    </para>
   </note>
   <note>

Reply via email to