diff options
author | <changelog@php.net> | 2005-06-06 00:35:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-06-06 00:35:16 +0000 |
commit | fc8aace243266865977079e9ba739671e10a84a1 (patch) | |
tree | 905b6dcbbf2284e2c3f754c835370af6d65574d4 /ChangeLog | |
parent | e9d474dc013fe69c1e4befb10d32e50674f2c410 (diff) | |
download | php-git-fc8aace243266865977079e9ba739671e10a84a1.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2005-06-05 Wez Furlong <wez.php@thebrainroom.net> + + * ext/mysql/config.w32 + ext/mysqli/config.w32 + ext/pgsql/config.w32: + fixes for #33251 + +2005-06-05 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <jani.taskinen@sci.fi> + + * scripts/phpize.in + scripts/phpize.m4: + - Proper fix for phpize when dealing with PECL + 2005-06-04 Zeev Suraski <zeev@zend.com> * main/main.c: |