From 824d2ef05186a8a23da4bf9f71cd30039a47f30a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 25 Jun 2009 18:08:12 +0000 Subject: [PATCH] Forgotten items git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282773 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 880f7a373b..8c72195562 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -228,6 +228,16 @@ Dynamic access to static methods is now possible. + + + Exceptions can now be nested. + + + + + Gargbage collector has been added and enabled by default. + + @@ -630,6 +640,12 @@ mail now supports logging of mail sent. + + + getopt accepts "long options" now on all platforms. + Optional values and = as seperator for shortopts are now supported. + + json: