From 675ce84475bf7dddb2d0c206a2e9edf97b1e4e14 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 4 Jun 2000 21:34:56 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4a051022a95..0f91e1915c8 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,8 @@ 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 create_function(), which gives the ability to create functions + on-the-fly (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