1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

news update

This commit is contained in:
Zeev Suraski
2000-06-03 10:35:37 +00:00
parent dae76aa1b5
commit 1a8da63ca0

2
NEWS
View File

@@ -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)