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

NEWS update

This commit is contained in:
2000-11-14 02:09:10 +00:00
parent b4a6acf697
commit 60dd569a69

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
- Modified preg_replace() to ignore backreferences that refer to
non-existing subpatterns. (Andrei)
- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
- Added 'output_handler' INI directive (Zeev)
- Fixed some buglets in the output buffering mechanism (Zeev)
- Added transparent gzip compression support (Jade Nicoletti, Zeev)