philip Mon May 1 01:23:01 2006 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
Expand entities: note.registerglobals to mention removal as of PHP 6, and
pecl.info to refer to the PECL Installation Chapter.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language-snippets.ent?r1=1.165&r2=1.166&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.165
phpdoc/en/language-snippets.ent:1.166
--- phpdoc/en/language-snippets.ent:1.165 Sat Apr 22 05:23:39 2006
+++ phpdoc/en/language-snippets.ent Mon May 1 01:23:01 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.165 $ -->
+<!-- $Revision: 1.166 $ -->
<!-- Keep 'em sorted -->
@@ -61,8 +61,9 @@
<!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 @@
<!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: '>