From 2bc921a595b85ffd79e9b803d9b5cb531d574139 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 30 Jun 2009 08:07:33 +0000 Subject: [PATCH] - Add deprecated functions and features - Add some new INI things (still missing lots of new INI settings from UPGRADAING) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283101 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 72 +++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 9b82f3fe5a..5eb5c03fc8 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -530,6 +530,11 @@ define_syslog_variables + + + dl + + ereg @@ -591,6 +596,46 @@ sql_regcase + + + mysql_db_query + + + + + mysql_escape_string + + + + + Passing locale category name as string is deprecated. + + + + + The is_dst to mktime + + + + + Deprecated features: + + + + + Assigning the return value of "new" by reference is deprecated + + + + + Call-time pass-by-reference has been deprecated + + + + + Usage of {} to access string offsets is deprecated + + @@ -2140,6 +2185,31 @@ get_cfg_var is now able to return "array" INI options. + + + A new directive, mail.add_x_header, has been added. + + + + + user_ini.filename is new + + + + + user_ini.cache_ttl is also new + + + + + exit_on_timeout is new too + + + + + open_basedir is now PHP_INI_ALL + + The following new ini directives have been added: