From: Marcus Boerger Date: Tue, 5 Oct 2004 18:58:26 +0000 (+0000) Subject: Add more improvements done so far X-Git-Tag: PRE_NEW_VM_GEN_PATCH~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9ad917fe7fe6b392e09ddf6bcf5b2d6bdb0d466;p=php Add more improvements done so far --- diff --git a/NEWS b/NEWS index 475e1410e5..36c5ae1c44 100644 --- 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)