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: