]> granicus.if.org Git - php/commitdiff
- This was reintroduced by Zeev
authorMarcus Boerger <helly@php.net>
Sun, 23 Jul 2006 18:51:23 +0000 (18:51 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 23 Jul 2006 18:51:23 +0000 (18:51 +0000)
# I could need help in writing this file. Actually i know why i didn't want
# to start it in the first place.

README.UPDATE_5_2

index 91bd5787f8da90af2db7ed3190d28abac6fc262e..77e022f4cefe5ad90bc0123f687cd0274c8a0197 100644 (file)
@@ -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)