From: Date: Tue, 14 Nov 2000 02:09:10 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.4RC3~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60dd569a690f6c0a158170606cc3f05b2c5fdc0c;p=php NEWS update --- diff --git a/NEWS b/NEWS index 038b2d019e..5b756dc047 100644 --- a/NEWS +++ b/NEWS @@ -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)