summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-02-25 12:45:07 +0000
committerZeev Suraski <zeev@php.net>2004-02-25 12:45:07 +0000
commit5b51a57317b11557a36784116cb8dbf5c6a4561b (patch)
tree037aaac5a80e63d19852a5e4f008c0961940b979
parent3f514ccb7965af7053d0d4ee52fd1c557b3b0625 (diff)
downloadphp-git-5b51a57317b11557a36784116cb8dbf5c6a4561b.tar.gz
update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc2398ea32..b333ba8150 100644
--- 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)