From: Marcus Boerger Date: Tue, 5 Oct 2004 18:40:06 +0000 (+0000) Subject: Update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0358d81ecf8fbbb21bc440170eadba4dbb49b6a3;p=php Update --- diff --git a/NEWS b/NEWS index 879c0ef69c..475e1410e5 100644 --- 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)