From dcf36fc9c31780b21904a70e4d1e470e4a784853 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 18 May 2010 20:25:00 +0000 Subject: [PATCH] stomp on mention of PHP 6 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299467 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 6832518403..1022c69af4 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3878,7 +3878,7 @@ auto_prepend_file=security.php In PHP5, allow_call_time_pass_reference is deprecated, in versions prior to PHP 5.3.0, use of this feature will emit an E_COMPILE_WARNING, and in PHP 5.3.0+, the warning is a - E_DEPRECATED notice. This directive is removed as of PHP6. + E_DEPRECATED notice. See also References Explained.