Add some ini keys (doc bug #55727)

-- 
Patch by Pasindu (ppasindud@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2015-04-17 14:14:55 +00:00
parent 16b2b1ea9a
commit 52b94bc52e

View file

@ -150,6 +150,9 @@ phpversion[] = "5.0"
phpversion[] = "5.1"
phpversion[] = "5.2"
phpversion[] = "5.3"
urls[svn] = "http://svn.php.net"
urls[git] = "http://git.php.net"
]]>
</programlisting>
</example>
@ -196,6 +199,12 @@ Array
[3] => 5.3
)
[urls] => Array
(
[svn] => http://svn.php.net
[git] => http://git.php.net
)
)
Array
(
@ -222,6 +231,12 @@ Array
[3] => 5.3
)
[urls] => Array
(
[svn] => http://svn.php.net
[git] => http://git.php.net
)
)
)
@ -288,7 +303,7 @@ echo '(loaded) magic_quotes_gpc = ' . yesno(get_cfg_var('magic_quotes_gpc')) . P
ini files. These include: null, yes, no, true, false, on, off, none.
Values null, off, no and false result in "".
Values on, yes and true result in "1".
Characters <literal>?{}|&amp;~![()^"</literal> must not be used anywhere in
Characters <literal>?{}|&amp;~!()^"</literal> must not be used anywhere in
the key and have a special meaning in the value.
</simpara>
</note>