diff --git a/NEWS b/NEWS index 0366d743dbd..5d96b1260d7 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 - Fixed a leak when using automatic output buffering (Zeev) -Introduced PECL - PHP Extension and Code Library (prounounced "picke") +- Fixed a leak when using automatic output buffering (Zeev) +- Introduced PECL - PHP Extension and Code Library + (prounounced "pickle") (Stig) - Fixed inconsistencies in the implementation of here-docs (Andi & Zeev, Zend library) - Fixed a problem with constant class-member initializations (Andi & Zeev,