]> granicus.if.org Git - php/commitdiff
Add more improvements done so far
authorMarcus Boerger <helly@php.net>
Tue, 5 Oct 2004 18:58:26 +0000 (18:58 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 5 Oct 2004 18:58:26 +0000 (18:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 475e1410e56a3d6150db7673489f3d60570e251a..36c5ae1c444a73358a6da9818d64117675054af3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,12 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
 - Improved performance of:
+  . general execution/compilation. (Andi, Dmitry, Marcus)
   . switch statement. (Dmitry)
   . several array functions. (Marcus)
-  . general execution/compilation. (Andi, Dmitry, Marcus)
+  . virtual path handling by adding a realpath() cache. (Andi)
+  . variable fetches. (Andi)
+  . magic method invocations. (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)