]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 24 Feb 2009 01:32:32 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 24 Feb 2009 01:32:32 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 04f61010a6fd6bfb97b5842f47ff905b58fcf5e1..bb6c1b612fa8f19ff56b72fe7debf3905a5da50f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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:
index 3b5951a783bb54cd65d30c3faaf526c169451f42..afde5b2db05a78ab954ddcff3886671fd5679bf0 100644 (file)
@@ -1,3 +1,12 @@
+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)