cvs: php4 / NEWS
[email protected] ("Zeev Suraski") Sat, 03 Jun 2000 16:49:26 -0000
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvszeev960050966@cvsserver> |
zeev Sat Jun 3 09:49:26 2000 EDT
Modified files:
/php4 NEWS
Log:
Index: php4/NEWS
diff -u php4/NEWS:1.272 php4/NEWS:1.273
--- php4/NEWS:1.272 Sat Jun 3 03:35:37 2000
+++ php4/NEWS Sat Jun 3 09:49:26 2000
@@ -2,6 +2,9 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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