From: Date: Tue, 24 Feb 2009 01:32:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2139e339046ee62db5aadf971af2412d9cb1f222;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 04f61010a6..bb6c1b612f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2009-02-23 Kalle Sommer Nielsen + + * (PHP_5_2) + NEWS + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c: + Fixed #37209 (mssql_execute with non fatal errors) + +2009-02-23 Ilia Alshanetsky + + * ext/filter/logical_filters.c: + MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6 + addresses in the filter extension) + + * (PHP_5_3) + ext/filter/logical_filters.c: + Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6 + addresses in the filter extension) + + * ext/curl/streams.c: + + MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs + under heavy load) + + * (PHP_5_3) + ext/curl/streams.c: + + Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs + under + heavy load) + + +2009-02-23 David Soria Parra + + * configure.in + ZendEngine2/Makefile.am + ZendEngine2/Zend.dsp + ZendEngine2/ZendTS.dsp + ZendEngine2/zend_dynamic_array.c + ZendEngine2/zend_dynamic_array.h + win32/build/config.w32: + Remove zend_dynamic_array and it's build targets as it is not longer needed + 2009-02-22 Ilia Alshanetsky * ext/zip/php_zip.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3b5951a783..afde5b2db0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2009-02-23 David Soria Parra + + * Makefile.am + Zend.dsp + ZendTS.dsp + zend_dynamic_array.c + zend_dynamic_array.h: + Remove zend_dynamic_array and it's build targets as it is not longer needed + 2009-02-20 Felipe Pena * (PHP_5_2)