]> granicus.if.org Git - php/commitdiff
Formatting.
authorAndrei Zmievski <andrei@php.net>
Tue, 23 Nov 1999 03:08:46 +0000 (03:08 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 23 Nov 1999 03:08:46 +0000 (03:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0366d743dbdb3eac7c25e5e7c222a3198fe9765f..5d96b1260d7e9eb2f8423972ee71187984fa53fd 100644 (file)
--- 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,