mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
New note entities for register_globals and superglobals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117564 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ba8fcb63ab
commit
ebeceee713
1 changed files with 13 additions and 0 deletions
|
@ -64,6 +64,19 @@ the <link linkend="ref.recode">recode</link> or <link
|
|||
linkend="ref.yaz">YAZ</link> extensions. This is due to the fact that they
|
||||
both share the same internal symbol.</simpara></warning>'>
|
||||
|
||||
<!ENTITY note.registerglobals '<note><title>register_globals: important
|
||||
note</title><para>Since PHP 4.2.0, the default value for the PHP directive
|
||||
<link linkend="ini.register-globals">register_globals</link> is <emphasis>
|
||||
off</emphasis>. The PHP community encourages all to not rely on this
|
||||
directive but instead use other means, such as the &link.superglobals;.
|
||||
</para></note>'>
|
||||
|
||||
<!ENTITY note.superglobals '<note><title>Superglobals: availability note
|
||||
</title><para>Since PHP 4.1.0, superglobal arrays such as <varname>$_GET
|
||||
</varname>, <varname>$_POST</varname>, and <varname>$_SERVER</varname>,
|
||||
etc. have been available. For more information, read the manual section
|
||||
on &link.superglobals;</para></note>'>
|
||||
|
||||
<!-- Various notes -->
|
||||
<!ENTITY note.not-bin-safe '<warning><simpara>This function
|
||||
is not (yet) binary safe!</simpara></warning>'>
|
||||
|
|
Loading…
Reference in a new issue