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

index 711820da9586341832861aed1d7884c8364ce16c..a49bbf94b9e0ab99bad5164eed4ff70663edddcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2009-04-23  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      - #47940 entry
+
+    * ext/imap/php_imap.c:
+      - #47940,  leaks in imap_body()
+
+    * (PHP_5_3)
+      ext/imap/config.w32:
+      - define HAVE_NEW_MIME2TEXT and detect utf8aux
+
+    * ext/imap/config.w32:
+      - define HAVE_NEW_MIME2TEXT and HAVE_RFC822_OUTPUT_ADDRESS_LIST
+
+    * win32/build/config.w32:
+      - MFB: allow to set or disable the multithreaded build (n, auto or disable)
+
+    * (PHP_5_3)
+      win32/build/config.w32:
+      - allow to set or disable the multithreaded build (n, auto or disable)
+
+    * ext/pdo_odbc/config.w32:
+      - MFB
+
+    * (PHP_5_3)
+      ext/pdo_odbc/config.w32:
+      - wrong var name
+
+2009-04-23  Takeshi Abe  <tabe@fixedpoint.jp>
+
+    * ext/gd/libgd/gd.c:
+      check non-null before any use.
+
+2009-04-23  Matteo Beccati  <matteo@beccati.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo_oci/tests/bug46274.phpt
+      ext/pdo_oci/tests/bug46274_2.phpt
+      ext/pdo_pgsql/pgsql_statement.c
+      ext/pdo_pgsql/tests/bug46274_2.phpt:
+      MFH:
+      - Reverted previous fix for bug #46274 and properly fixed it
+      - Fixed bug #48060
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo_oci/tests/bug46274.phpt
+      ext/pdo_oci/tests/bug46274.phpt
+      ext/pdo_oci/tests/bug46274_2.phpt
+      ext/pdo_oci/tests/bug46274_2.phpt
+      ext/pdo_pgsql/pgsql_statement.c
+      ext/pdo_pgsql/tests/bug46274_2.phpt:
+      - Reverted previous fix for bug #46274 and properly fixed it
+      - Fixed bug #48060
+
+2009-04-23  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/curl/config.w32
+      ext/curl/config.w32:
+      - c/p error
+
 2009-04-22  Brian Shire  <shire@tekrat.com>
 
     * (PHP_5_3)