]> granicus.if.org Git - php/commitdiff
- More news
authorAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 13:52:47 +0000 (13:52 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 13:52:47 +0000 (13:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5da8250a49830938f559b50f872785448108695..b938470cd6dc182d2774d8a6a9a159923ca465c8 100644 (file)
--- 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)