vrana Sat Aug 7 12:46:14 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
0 can be returned for Off (bug #25865)
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.9
phpdoc/en/reference/info/functions/ini-get.xml:1.10
--- phpdoc/en/reference/info/functions/ini-get.xml:1.9 Wed Aug 4 01:23:47 2004
+++ phpdoc/en/reference/info/functions/ini-get.xml Sat Aug 7 12:46:14 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.64 -->
<refentry id="function.ini-get">
<refnamediv>
@@ -20,7 +20,7 @@
<title>When querying boolean values</title>
<para>
A boolean ini value of <literal>off</literal> will be returned as an
- empty string while a boolean ini value of <literal>on</literal> will
+ empty string or "0" while a boolean ini value of <literal>on</literal> will
be returned as "1".
</para>
</note>