stomp on mention of PHP 6

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299467 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-05-18 20:25:00 +00:00
parent ddb5c32170
commit dcf36fc9c3

View file

@ -3878,7 +3878,7 @@ auto_prepend_file=security.php
In PHP5, <literal>allow_call_time_pass_reference</literal> is deprecated, in
versions prior to PHP 5.3.0, use of this feature will emit an
<constant>E_COMPILE_WARNING</constant>, and in PHP 5.3.0+, the warning is a
<constant>E_DEPRECATED</constant> notice. This directive is removed as of PHP6.
<constant>E_DEPRECATED</constant> notice. <!-- FIXME PHP_6 This directive is removed as of PHP6. -->
</para>
<para>
See also <link linkend="language.references">References Explained</link>.