+2009-02-23 Kalle Sommer Nielsen <kalle.php@gmail.com>
+
+ * (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 <ilia@prohost.org>
+
+ * 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 <dsoria@gmx.net>
+
+ * 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 <ilia@prohost.org>
* ext/zip/php_zip.c:
+2009-02-23 David Soria Parra <dsoria@gmx.net>
+
+ * 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 <felipensp@gmail.com>
* (PHP_5_2)