- Fix typo

This commit is contained in:
Andi Gutmans 2004-08-24 01:04:57 +00:00
parent ce84626a7f
commit e762b69ccb

2
NEWS
View File

@ -2,7 +2,7 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.1.0
- Improved performance of switch statement. (Dmitry)
- Removed garbage manager in Zend Engine which results in more agressive
- 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)
- PHP will now respect extension dependencies when initializing. (Wez)