From: Zeev Suraski Date: Sat, 3 Jun 2000 16:49:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e46a517ed62e925e906bac7bcd67c503a8d303c0;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index a6c4a2499d..4a051022a9 100644 --- a/NEWS +++ b/NEWS @@ -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