From: Date: Mon, 6 Jun 2005 00:35:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc8aace243266865977079e9ba739671e10a84a1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c4b61d6d0a..bb236cef1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2005-06-05 Wez Furlong + + * ext/mysql/config.w32 + ext/mysqli/config.w32 + ext/pgsql/config.w32: + fixes for #33251 + +2005-06-05 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/bz2/bz2.c + ext/bz2/bz2.c: + MFH: Fixed bug #33070 (Improved performance of bzdecompress() by several + orders of magnitude). + + * ext/bz2/bz2.c: + Fixed bug #33070 (Improved performance of bzdecompress() by several orders + of magnitude). + +2005-06-05 Jani Taskinen + + * scripts/phpize.in + scripts/phpize.m4: + - Proper fix for phpize when dealing with PECL + 2005-06-04 Zeev Suraski * main/main.c: