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

*** empty log message ***

This commit is contained in:
Zeev Suraski
2000-06-03 16:49:26 +00:00
parent 1a8da63ca0
commit e46a517ed6

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
- Added anonymous_function(), which gives the ability to create functions
on-the-fly; Aliased as lambda(), for those familiar with it from other
languages (Zeev, Zend Engine)
- 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