cvs: php4 / NEWS

[email protected] ("Zeev Suraski") Sun, 04 Jun 2000 21:34:56 -0000
Newsgroups php.version4
Message-ID <cvszeev960154496@cvsserver>
zeev		Sun Jun  4 14:34:56 2000 EDT

  Modified files:
    /php4	NEWS 
  Log:
  
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.273 php4/NEWS:1.274
--- php4/NEWS:1.273	Sat Jun  3 09:49:26 2000
+++ php4/NEWS	Sun Jun  4 14:34:56 2000
@@ -2,9 +2,8 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 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