From 7298bc899a98d15667f8db92894fa298efbf2c73 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 23 Jun 2009 16:00:15 +0000 Subject: [PATCH] Use instead of here, removes the huge whitespace between each list item git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282663 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index e649fc8643..4eaa666d5a 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -144,66 +144,66 @@ - + Support for namespaces has been added. - + - + Support for Late Static Bindings has been added. - + - + Support for a jump label (limited goto) has been added. - + - + Support for native Closures (Lambda/Anonymous functions) has been added. - + - + There are two new magic methods: __callStatic and __invoke has been added. - + - + Nowdoc syntax is now supported, and works like Heredoc but with single quotes. - + - + It's now possible to use Heredoc to initialize static variables and class members/constants. - + - + Heredoc syntax may now be declared using double quotes. - + - + Constants can now be declared outside a class declaring using the const keyword. - + - + The ternary operator now have a shorthand operator ?:. - +