andi            Thu Feb 12 08:52:48 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - More news
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1603&r2=1.1604&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1603 php-src/NEWS:1.1604
--- php-src/NEWS:1.1603 Thu Feb 12 07:37:13 2004
+++ php-src/NEWS        Thu Feb 12 08:52:47 2004
@@ -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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to