mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Expand entities: note.registerglobals to mention removal as of PHP 6, and
pecl.info to refer to the PECL Installation Chapter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212227 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7a32bfce3e
commit
17d1873b62
1 changed files with 6 additions and 3 deletions
|
@ -61,8 +61,9 @@ to seed the random number generator with <function>srand</function> or
|
|||
<!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;.
|
||||
off</emphasis>, and it is completely removed as of PHP 6.0.0. 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
|
||||
|
@ -366,7 +367,9 @@ is not bundled with PHP.'>
|
|||
<!ENTITY pecl.bundled 'This <ulink url="&url.pecl;">PECL</ulink> extension
|
||||
is bundled with PHP.'>
|
||||
|
||||
<!ENTITY pecl.info 'Additional information such as new releases,
|
||||
<!ENTITY pecl.info 'Information for installing this PECL extension may be
|
||||
found in the manual chapter titled <link linkend="install.pecl">Installation
|
||||
of PECL extensions</link>. Additional information such as new releases,
|
||||
downloads, source files, maintainer information, and a CHANGELOG, can be
|
||||
located here: '>
|
||||
|
||||
|
|
Loading…
Reference in a new issue