From: Marcus Boerger Date: Sun, 23 Jul 2006 18:51:23 +0000 (+0000) Subject: - This was reintroduced by Zeev X-Git-Tag: php-5.2.0RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43fa4e015b1f8752602c2830147e420ea863781e;p=php - This was reintroduced by Zeev # I could need help in writing this file. Actually i know why i didn't want # to start it in the first place. --- diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 91bd5787f8..77e022f4ce 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -14,12 +14,6 @@ PHP 5.2 Update info or NEWS explained kind of error they behave as fatal errors just like in any PHP version prior to 5.2. Errors of this type are logged as 'Catchable fatal error'. -- Removed ze1 compatibility mode. (Marcus) - - The backwards compatibility support for the old PHP 4.x object handling that - uses copying by default instead of the 5.x reference handling has been - removed completley. - - Added support for constructors in interfaces to force constructor signature checks in implementations. (Marcus)