diff options
author | Philip Olson <philip@php.net> | 2012-03-02 07:54:56 +0000 |
---|---|---|
committer | Philip Olson <philip@php.net> | 2012-03-02 07:54:56 +0000 |
commit | 66be688c86c4453530cc1fba4f73a3816a2cf497 (patch) | |
tree | b18979e52e89967a99d4ac2ede232e63c51d92af /UPGRADING | |
parent | f564921c1543759df6fe2b70fe87e23e64031bc5 (diff) | |
download | php-git-66be688c86c4453530cc1fba4f73a3816a2cf497.tar.gz |
Removed get_magic_quotes* functions from the deprecated list, because we love them so
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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() |