diff --git a/appendices/migration54.xml b/appendices/migration54.xml index bed5035862..d380e64582 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -66,7 +66,7 @@ Safe mode is no longer supported. Any applications that rely on safe mode may need - adjustmentubg, in terms of security. + adjustment, in terms of security. @@ -229,7 +229,7 @@ - Array dereferencing has been added, e.g. foo()[0]. + Function array dereferencing has been added, e.g. foo()[0]. @@ -239,7 +239,7 @@ - <?= is now always available regardless of the + <?= is now always available, regardless of the short_open_tag ini option. @@ -331,7 +331,7 @@ - magic_quotes_gpc magic_quotes_runtime and + magic_quotes_gpc, magic_quotes_runtime and magic_quotes_sybase @@ -712,7 +712,7 @@
- New Classes + New Classes and Interfaces The following classes were introduced in PHP 5.4.0: @@ -741,7 +741,7 @@ - JsonSerializable interface + JsonSerializable @@ -749,12 +749,12 @@ - SessionHandler class. + SessionHandler - SessionHandlerInterface interface. + SessionHandlerInterface