nlopess Tue Jun 6 12:47:04 2006 UTC
Modified files: /phpdoc/en/appendices ini.xml Log: register_globals and register_long_arrays were removed http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/ini.xml?r1=1.37&r2=1.38&diff_format=u Index: phpdoc/en/appendices/ini.xml diff -u phpdoc/en/appendices/ini.xml:1.37 phpdoc/en/appendices/ini.xml:1.38 --- phpdoc/en/appendices/ini.xml:1.37 Tue Jun 6 12:35:52 2006 +++ phpdoc/en/appendices/ini.xml Tue Jun 6 12:47:04 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.37 $ --> +<!-- $Revision: 1.38 $ --> <appendix id="ini"> <title>&php.ini; directives</title> @@ -3162,6 +3162,9 @@ directive. </para> </note> + <para> + This directive was removed in PHP 6.0.0. + </para> </listitem> </varlistentry> @@ -3200,7 +3203,8 @@ like <varname>$_GET</varname>. </simpara> <simpara> - This directive became available in PHP 5.0.0. + This directive became available in PHP 5.0.0 and was dropped in PHP + 6.0.0. </simpara> </listitem> </varlistentry>