philip Fri, 02 Mar 2012 02:02:36 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=323762
Log: magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING =================================================================== --- php/php-src/branches/PHP_5_4/UPGRADING 2012-03-02 01:59:08 UTC (rev 323761) +++ php/php-src/branches/PHP_5_4/UPGRADING 2012-03-02 02:02:36 UTC (rev 323762) @@ -58,16 +58,14 @@ - Deprecated php.ini directives will now throw an E_CORE_WARNING's instead of the previous E_WARNING's. -- The following php.ini directives are marked as deprecated: - - magic_quotes_gpc - - magic_quotes_runtime - - magic_quotes_sybase - - The following php.ini directives are no longer available in PHP 5.4 and will now throw an E_CORE_ERROR upon startup: - allow_call_time_pass_reference - define_syslog_variables - highlight.bg + - magic_quotes_gpc + - magic_quotes_runtime + - magic_quotes_sybase - register_globals - register_long_arrays - safe_mode
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php