diff --git a/appendices/migration56.xml b/appendices/migration56.xml index c812a7f81e..0172955754 100644 --- a/appendices/migration56.xml +++ b/appendices/migration56.xml @@ -13,6 +13,14 @@ Migrating from PHP 5.5.x to PHP 5.6.x + + Most improvements in PHP 5.6.x have no impact on existing code. There are + a few incompatibilities + and new features that should + be considered, and code should be tested before switching PHP + versions in production environments. + + &appendices.migration56.incompatible; &appendices.migration56.new-features; &appendices.migration56.deprecated; @@ -21,17 +29,6 @@ &appendices.migration56.openssl; &appendices.migration56.extensions; &appendices.migration56.constants; - - - - Most improvements in PHP 5.6.x have no impact on existing code. There are - a few incompatibilities - and new features that should - be considered, and code should be tested before switching PHP - versions in production environments. - - -