]> granicus.if.org Git - php/commitdiff
update
authorZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 12:45:07 +0000 (12:45 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 12:45:07 +0000 (12:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fc2398ea32a73c59dd46a17fbc739b5c4da21f9f..b333ba815031cc625b5591770995fdfd5ae6145b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5 Release Candidate 1
+- Compatibility mode directive has been renamed to zend.ze2_compatibility_mode,
+  as it doesn't only affect implicit cloning. (Andi, Zeev)
+- Methods that override parent methods are now subject to prototype checking,
+  and have to be compatible with the method they're overriding - this check
+  is disabled in compatibility mode. (Andi, Zeev)
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)