From 39befb28a000c1267c240b505f04bf81836f9477 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 13 May 2009 08:14:03 +0000 Subject: [PATCH] Shouldn't have been in here git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280436 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/parse-ini-string.xml b/reference/filesystem/functions/parse-ini-string.xml index e2f030d753..e9ac0499fa 100644 --- a/reference/filesystem/functions/parse-ini-string.xml +++ b/reference/filesystem/functions/parse-ini-string.xml @@ -1,5 +1,5 @@ - + parse_ini_string @@ -114,7 +114,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.