pajoye                                   Sat, 23 Jul 2011 20:45:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313643

Log:
- MQ section

Changed paths:
    U   php/php-src/branches/PHP_5_4/UPGRADING
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING      2011-07-23 20:27:08 UTC (rev 
313642)
+++ php/php-src/branches/PHP_5_4/UPGRADING      2011-07-23 20:45:18 UTC (rev 
313643)
@@ -218,6 +218,14 @@

     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

Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2011-07-23 20:27:08 UTC (rev 313642)
+++ php/php-src/trunk/UPGRADING 2011-07-23 20:45:18 UTC (rev 313643)
@@ -216,6 +216,14 @@

     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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to