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

index d733d240325345b37fb23d914b16eadc9b3f0895..1f3cbce35f00c6e3493878f84e5bd681fb3d0143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2009-03-23  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pdo/pdo_dbh.c:
+      - MFB old changes
+
+    * (PHP_5_3)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_44409.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt:
+      MFH:
+      - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
+        Patch by: matteo at beccati dot com
+
+2009-03-23  Uwe Schindler  <uwe@thetaphi.de>
+
+    * (PHP_5_3)
+      sapi/nsapi/nsapi.c:
+      MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+
+2009-03-23  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt:
+      - Fix test
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_44409.phpt
+      ext/pdo/tests/bug_44409.phpt:
+      - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
+        Patch by: matteo at beccati dot com
+
+2009-03-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/odbc/php_odbc.c:
+      
+      Improved parameter handling
+
+2009-03-23  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h:
+      - Updated to version 2009.4 (2009d)
+
+2009-03-23  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      main/php_version.h:
+      Back to dev
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      main/php_version.h:
+      5.3.0 RC 1
+
+2009-03-23  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/sqlite/sqlite.c:
+      - Fixed build
+
+2009-03-23  Eric Stewart  <e.stewart@mac.com>
+
+    * php.ini-development
+      php.ini-development
+      php.ini-production
+      php.ini-production:
+      1. Involves an mbstring setting correction regarding:
+      http://marc.info/?l=php-cvs&m=123596904426621&w=2
+      
+      2. Added mbstring.http_output_conv_mimetype directive.
+      
+      3. Adds an additional comment including XOR in the list of usable bitwise
+      operators.
+      
+      4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0.
+      
+      5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
+
 2009-03-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/sqlite/sqlite.c: