]> granicus.if.org Git - php/commitdiff
Removed get_magic_quotes* functions from the deprecated list, because we love them so
authorPhilip Olson <philip@php.net>
Fri, 2 Mar 2012 07:54:56 +0000 (07:54 +0000)
committerPhilip Olson <philip@php.net>
Fri, 2 Mar 2012 07:54:56 +0000 (07:54 +0000)
UPGRADING

index 9e58abb579c4b3fd97f87cb250163ee6a5f7635d..b11d9ddc3abf06e490fbd0f0446ca805c79e3c73 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -368,8 +368,6 @@ PHP 5.4 UPGRADE NOTES
 ===========================
 
 - The following functions are deprecated in PHP 5.4:
-  - get_magic_quotes_gpc():     now always returns false
-  - get_magic_quotes_runtime(): now always returns false
   - mcrypt_generic_end():       use mcrypt_generic_deinit() instead
   - mysql_list_dbs()