From 6b5cabf841fc930843522fb7b751abcc287c75ca Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Tue, 1 Apr 2003 23:19:32 +0000 Subject: [PATCH] fixing bug #22923 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122077 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index a617c8a578..bcac620210 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,12 @@ and open_basedir. + + + There are reserved words which must not be used as keys for + ini files. These include: yes, no, true, and false. + + The structure of the ini file is similar to that of the &php.ini;'s.