summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-23 20:45:18 +0000
committerPierre Joye <pajoye@php.net>2011-07-23 20:45:18 +0000
commite72a3ea45020b1e1a62bf65447f6bf971c6ae6cf (patch)
tree974b5201dc428babfd2e06bd450ae3ac62d8bd37
parent51d36803067634345f40450c202773a0990aeb0f (diff)
downloadphp-git-e72a3ea45020b1e1a62bf65447f6bf971c6ae6cf.tar.gz
- MQ section
-rwxr-xr-xUPGRADING8
1 files changed, 8 insertions, 0 deletions
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