From b704d368833c9b7a93a2a46bdb128b0e767285ab Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 2 Mar 2012 01:59:08 +0000 Subject: [PATCH] Removed incorrect references to deprecated MQ ini settings (they were removed), and MQ functions that always return false. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323761 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration54.xml | 45 +++++--------------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) diff --git a/appendices/migration54.xml b/appendices/migration54.xml index eb2854971b..d37155fecd 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -315,59 +315,24 @@
Deprecated features in PHP 5.4.x - - - The following is a list of deprecated INI directives. Use of any of these INI - directives will cause an E_DEPRECATED error to be thrown - at startup. - - - - - magic_quotes_gpc, magic_quotes_runtime and - magic_quotes_sybase - - - Deprecated functions: - - - mysql_list_dbs - - - - - get_magic_quotes_gpc - - - - - get_magic_quotes_runtime - - mcrypt_generic_end + + + mysql_list_dbs + +
- -
Changed Functions