1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

ChangeLog update

This commit is contained in:
2007-12-05 01:31:36 +00:00
parent 003142f21e
commit 22bfae241a
2 changed files with 67 additions and 0 deletions

View File

@@ -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)

View File

@@ -1,3 +1,9 @@
2007-12-04 Dmitry Stogov <dmitry@zend.com>
* zend_compile.c
zend_compile.c:
Fixed uninitialized value
2007-12-03 Dmitry Stogov <dmitry@zend.com>
* zend_compile.c