From: Date: Sun, 18 Jul 2004 00:33:38 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f50e40643056ff42503ab377eef9a56505cf105;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b5bb5e3d57..6a91d10413 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2004-07-17 Moriyoshi Koizumi + + * (PHP_5_0) + sapi/apache2handler/sapi_apache2.c: + - MFH (sapi_apache2.c: 1.41): request_dtor should be called if a fatal + error + occurs during activation phase. + + * sapi/apache2handler/sapi_apache2.c: + - request_dtor() should be called if a fatal error occurs during activation + phase. + +2004-07-17 Georg Richter + + * ext/mysqli/mysqli_api.c: + fixed paraenthesis warning in mysql_stmt_attr_set/get + +2004-07-17 Sara Golemon + + * ext/zlib/config.w32 + ext/zlib/zlib.dsp: + Update windows build files for filter support + + * NEWS + ext/zlib/config0.m4 + ext/zlib/php_zlib.h + ext/zlib/zlib.c + ext/zlib/zlib_filter.c + ext/zlib/tests/zlib_filter_deflate.phpt + ext/zlib/tests/zlib_filter_inflate.phpt: + Add zlib stream filter support + 2004-07-16 Sara Golemon * (PHP_5_0)