1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

Formatting.

This commit is contained in:
Andrei Zmievski
1999-11-23 03:08:46 +00:00
parent d580b7da3e
commit 43d857f5e5

5
NEWS
View File

@@ -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,