diff options
author | Pierre Joye <pajoye@php.net> | 2011-07-23 20:45:18 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-07-23 20:45:18 +0000 |
commit | e72a3ea45020b1e1a62bf65447f6bf971c6ae6cf (patch) | |
tree | 974b5201dc428babfd2e06bd450ae3ac62d8bd37 | |
parent | 51d36803067634345f40450c202773a0990aeb0f (diff) | |
download | php-git-e72a3ea45020b1e1a62bf65447f6bf971c6ae6cf.tar.gz |
- MQ section
-rwxr-xr-x | UPGRADING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |