diff options
author | <changelog@php.net> | 2007-12-05 01:31:36 +0000 |
---|---|---|
committer | <changelog@php.net> | 2007-12-05 01:31:36 +0000 |
commit | 22bfae241add94fe8a623c85fb1aea95c6822755 (patch) | |
tree | 7b9f6ec5f82f576d8b4ce7ef4bacd883c3866448 /ChangeLog | |
parent | 003142f21e677b0467754186db916bb604ce9414 (diff) | |
download | php-git-22bfae241add94fe8a623c85fb1aea95c6822755.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -1,3 +1,64 @@ +2007-12-04 Rob Richards <rrichards@ctindustries.net> + + * (PHP_5_3) + ext/libxml/config.w32: + MFH: starting with 2.6.30, standard libxml2 build can be used + + * ext/libxml/config.w32: + starting with 2.6.30, standard libxml2 build can be used + +2007-12-04 Ilia Alshanetsky <ilia@prohost.org> + + * ext/pdo_pgsql/tests/bug36727.phpt + ext/pdo_pgsql/tests/bug36727.phpt: + + MFB: fixed test + + * (PHP_5_2) + NEWS + ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_driver.c: + + MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when + password is not available) + + * (PHP_5_3) + ext/pdo_pgsql/tests/bug36727.phpt: + + Fixed test + + * (PHP_5_3) + ext/pdo_pgsql/pgsql_driver.c: + + Fixed bug #43493 (pdo_pgsql does not send username on connect when + password + is not available) + +2007-12-04 Dmitry Stogov <dmitry@zend.com> + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed uninitialized value + +2007-12-04 Antony Dovgal <tony@daylessday.org> + + * (PHP_5_3) + ext/iconv/.cvsignore + ext/iconv/config.m4 + ext/iconv/iconv.c + ext/iconv/php_iconv.h: + MFH: detect IBM iconv implementation and use correct encoding names + + * ext/iconv/.cvsignore + ext/iconv/config.m4 + ext/iconv/iconv.c + ext/iconv/php_iconv.h: + detect IBM iconv implementation and use correct encoding names + + * ext/curl/interface.c + ext/curl/multi.c: + fix folding + 2007-12-03 Antony Dovgal <tony@daylessday.org> * (PHP_5_2) |