mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
88e684c416
commit
91e5261947
1 changed files with 1 additions and 1 deletions
|
@ -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 <literal>{}|&~![()^"</literal> must not be used anywhere in
|
||||
Characters <literal>?{}|&~![()^"</literal> must not be used anywhere in
|
||||
the key and have a special meaning in the value.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue