]> granicus.if.org Git - php/commitdiff
news update
authorZeev Suraski <zeev@php.net>
Sat, 3 Jun 2000 10:35:37 +0000 (10:35 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 3 Jun 2000 10:35:37 +0000 (10:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4e297d443e0f33b92a5cf27f0fae105974de49c6..a6c4a2499d6e009505aa0ef3a87e42ccecc350e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Added support for comparisons of arrays (with arrays) and objects (with
+  objects) (Zeev, Zend Engine)
 - Allow all functions that receive user-defined function callbacks to accept
   an array that contains an object and a method name, in place of a function
   name, e.g. usort($array, array($obj, "ObjSort")) (Zeev, Zend Engine)