summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-12 13:52:47 +0000
committerAndi Gutmans <andi@php.net>2004-02-12 13:52:47 +0000
commitc46ccc01fd46fc9797fbba6560120649b158a7e7 (patch)
tree43ffbc32b1c531a6be669824e14a777422f819b9
parente7e0f7d4b4c0187e9838a466f22e9131a49c9a17 (diff)
downloadphp-git-c46ccc01fd46fc9797fbba6560120649b158a7e7.tar.gz
- More news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5da8250a4..b938470cd6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 Feb 2004, PHP 5 Beta 4
+- Fixed interfaces to check for function return-by-reference equality when
+ inheriting and implementing interfaces. (Andi, Zeev)
- Changed exceptions so that they must now inherit from the built-in Exception
class. This allows for a general catch(Exception $e) statement to catch all
exceptions. (Andi, Zeev)