]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Tue, 5 Oct 2004 18:40:06 +0000 (18:40 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 5 Oct 2004 18:40:06 +0000 (18:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 879c0ef69c4930d8bb02de6cae037ef47837cc0c..475e1410e56a3d6150db7673489f3d60570e251a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
-- Improved performance of switch statement. (Dmitry)
+- Improved performance of:
+  . switch statement. (Dmitry)
+  . several array functions. (Marcus)
+  . general execution/compilation. (Andi, Dmitry, Marcus)
 - Removed garbage manager in Zend Engine which results in more aggressive
   freeing of data. (Dmitry, Andi)
 - Implemented access to INI variables from within .ini file. (Andrei)