Browse Source

Add more improvements done so far

PHP-5.1
Marcus Boerger 22 years ago
parent
commit
d9ad917fe7
  1. 5
      NEWS

5
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)

Loading…
Cancel
Save