From 9c27040f090acd30375517c6c6b9fa8ac334fb8c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 29 Feb 2012 17:51:31 +0000 Subject: [PATCH] Add note on register globals removal and link removed functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323673 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration54.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/appendices/migration54.xml b/appendices/migration54.xml index f8b698464e..7338c983fd 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -86,6 +86,13 @@ E_CORE_ERROR. + + + The register_globals and + register_long_arrays ini directives + have been removed. + + Call-time pass by reference has been removed. @@ -178,28 +185,32 @@ - The following functions have been removed from PHP : + The following functions have been removed from PHP: - define_syslog_variables() + define_syslog_variables - import_request_variables() + import_request_variables - session_is_registered(), session_register() and session_unregister() + session_is_registered, session_register + and session_unregister. - mysqli_bind_param(), mysqli_bind_result(), mysqli_client_encoding(), mysqli_fetch(), mysqli_param_count(), - mysqli_get_metadata(), mysqli_send_long_data(), mysqli::client_encoding() and mysqli_stmt::stmt() + The aliases + mysqli_bind_param, mysqli_bind_result, + mysqli_client_encoding, mysqli_fetch, + mysqli_param_count, mysqli_get_metadata, + mysqli_send_long_data, mysqli::client_encoding() and mysqli_stmt::stmt().