From: Date: Thu, 2 Oct 2008 01:32:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=977ba3986e67fa85f6144937c78275d99ea2fde8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index debe6743b6..52c9df7ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +2008-10-01 Johannes Schlüter + + * ext/mysqlnd/php_mysqlnd.c: + Improve order in MINFO output + +2008-10-01 Ilia Alshanetsky + + * ext/pgsql/pgsql.c: + + MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to + strings). + + * (PHP_5_3) + NEWS + ext/pgsql/pgsql.c: + + Fixed bug #46206 (pg_query_params/pg_execute convert passed values to + strings). + +2008-10-01 Johannes Schlüter + + * ext/mysqlnd/mysqlnd.c: + Handle failed connections right + + * ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt: + Fix test + +2008-10-01 Antony Dovgal + + * ZendEngine2/zend_execute_API.c: + initialize variable + +2008-10-01 Dmitry Stogov + + * ext/soap/php_http.c: + Added ability to send user defined HTTP headers with SOAP request + + * (PHP_5_3) + NEWS + ext/soap/php_http.c: + Added ability to send user defined HTTP headers with SOAP request. + +2008-10-01 Antony Dovgal + + * (PHP_5_2) + NEWS: + remove BOM + +2008-10-01 Kalle Sommer Nielsen + + * (PHP_5_2) + NEWS: + Fix bugs order + +2008-10-01 Scott MacVicar + + * (PHP_5_2) + ext/standard/rand.c + ext/standard/rand.c: + MFH: Fix bug #46209 - Remove license condition that is no longer required. + + * ext/standard/rand.c: + Remove license condition that is no longer required. + +2008-10-01 Dmitry Stogov + + * ext/soap/tests/bugs/bug43045.phpt + ext/soap/tests/bugs/bug43045.phpt + ext/soap/tests/bugs/bug43045.phpt: + 1.1.4; + file bug43045.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/tests/bugs/bug43045.phpt + ext/soap/tests/bugs/bug43045.phpt: + Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float) + + * ext/reflection/tests/bug46205.phpt + ext/reflection/tests/bug46205.phpt: + + file bug46205.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS + ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/reflection/tests/bug46205.phpt: + Fixed bug #46205 (Closure - Memory leaks when ReflectionException is + thrown) + 2008-09-30 Rob Richards * sapi/cli/tests/002-win32.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6eac963b4e..4c3ea21740 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2008-10-01 Antony Dovgal + + * zend_execute_API.c: + initialize variable + 2008-09-23 Nuno Lopes * zend_constants.c: