alindeman Tue Apr 1 18:19:32 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions parse-ini-file.xml Log: fixing bug #22923 Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.11 phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.12 --- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.11 Mon Feb 10 22:04:15 2003 +++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Apr 1 18:19:32 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --> <refentry id="function.parse-ini-file"> <refnamediv> @@ -40,6 +40,12 @@ <simpara> Since PHP 4.2.1 this function is also affected by &safemode; and <link linkend="ini.open-basedir">open_basedir</link>. + </simpara> + </note> + <note> + <simpara> + There are reserved words which must not be used as keys for + ini files. These include: yes, no, true, and false. </simpara> </note> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php