From: Pierre Joye Date: Sat, 23 Jul 2011 20:45:18 +0000 (+0000) Subject: - MQ section X-Git-Tag: php-5.4.0alpha3~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e72a3ea45020b1e1a62bf65447f6bf971c6ae6cf;p=php - MQ section --- diff --git a/UPGRADING b/UPGRADING index a59ff2c2ad..8978598014 100755 --- a/UPGRADING +++ b/UPGRADING @@ -218,6 +218,14 @@ UPGRADE NOTES - PHP X.Y a. removed features + - magic quotes + . remove magic_quotes_gpc, magic_quotes_runtime, + magic_quotes_sybase (calling ini_set('magic_....') + returns 0|false + . get_magic_quotes_gpc, get_magic_quotes_runtime are kept but + always return false + . set_magic_quotes_runtime raises an E_CORE_ERROR + - register_globals - register_long_arrays - Safe mode