From e72a3ea45020b1e1a62bf65447f6bf971c6ae6cf Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 23 Jul 2011 20:45:18 +0000 Subject: [PATCH] - MQ section --- UPGRADING | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.40.0