cvs: php4 / NEWS
[email protected] ("Zeev Suraski") Sat, 03 Jun 2000 10:35:38 -0000
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvszeev960028538@cvsserver> |
zeev Sat Jun 3 03:35:38 2000 EDT
Modified files:
/php4 NEWS
Log:
news update
Index: php4/NEWS
diff -u php4/NEWS:1.271 php4/NEWS:1.272
--- php4/NEWS:1.271 Fri Jun 2 21:16:45 2000
+++ php4/NEWS Sat Jun 3 03:35:37 2000
@@ -2,6 +2,8 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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)