summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPhilip Olson <philip@php.net>2012-03-02 07:54:56 +0000
committerPhilip Olson <philip@php.net>2012-03-02 07:54:56 +0000
commit66be688c86c4453530cc1fba4f73a3816a2cf497 (patch)
treeb18979e52e89967a99d4ac2ede232e63c51d92af /UPGRADING
parentf564921c1543759df6fe2b70fe87e23e64031bc5 (diff)
downloadphp-git-66be688c86c4453530cc1fba4f73a3816a2cf497.tar.gz
Removed get_magic_quotes* functions from the deprecated list, because we love them so
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 0 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 9e58abb579..b11d9ddc3a 100755
--- 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()