From 17d1873b622bfd645683ea465c9d5b045dee819a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 1 May 2006 01:23:01 +0000 Subject: [PATCH] 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 --- language-snippets.ent | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index 624e948a7f..f99ba480c0 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -61,8 +61,9 @@ to seed the random number generator with srand or register_globals: important noteSince PHP 4.2.0, the default value for the PHP directive register_globals is -off. The PHP community encourages all to not rely on this -directive but instead use other means, such as the &link.superglobals;. +off, 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;. '> 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: '>