]> granicus.if.org Git - php/commitdiff
- MQ section
authorPierre Joye <pajoye@php.net>
Sat, 23 Jul 2011 20:45:18 +0000 (20:45 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 23 Jul 2011 20:45:18 +0000 (20:45 +0000)
UPGRADING

index a59ff2c2ad3566b35062bd4e129d8c9ba80ef817..8978598014d955c94b928123cb56e2adc23b58bb 100755 (executable)
--- 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