mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
16b2b1ea9a
commit
52b94bc52e
1 changed files with 16 additions and 1 deletions
|
@ -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>?{}|&~![()^"</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