From 91e5261947937c35f62edb6e6213157c64d627dd Mon Sep 17 00:00:00 2001 From: Paul Dragoonis Date: Thu, 15 Apr 2010 14:59:18 +0000 Subject: [PATCH] Updated the reserved characters for ini files. Question marks are reserved also but not stated in this docs file. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298036 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 9d2a4b5b6b..bf3aff3250 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -287,7 +287,7 @@ echo '(loaded) magic_quotes_gpc = ' . yesno(get_cfg_var('magic_quotes_gpc')) . P There are reserved words which must not be used as keys for ini files. These include: null, yes, no, true, false, on, off, none. Values null, no and false results in "", yes and true results in "1". - Characters {}|&~![()^" must not be used anywhere in + Characters ?{}|&~![()^" must not be used anywhere in the key and have a special meaning in the value.