changelog               Tue Mar 24 01:32:45 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3352&r2=1.3353&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3352 php-src/ChangeLog:1.3353
--- php-src/ChangeLog:1.3352    Mon Mar 23 01:33:16 2009
+++ php-src/ChangeLog   Tue Mar 24 01:32:44 2009
@@ -1,3 +1,86 @@
+2009-03-23  Felipe Pena  <felipe...@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  <u...@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  <felipe...@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  <i...@prohost.org>
+
+    * (PHP_5_3)
+      ext/odbc/php_odbc.c:
+      
+      Improved parameter handling
+
+2009-03-23  Derick Rethans  <p...@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  <johan...@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  <felipe...@gmail.com>
+
+    * ext/sqlite/sqlite.c:
+      - Fixed build
+
+2009-03-23  Eric Stewart  <e.stew...@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  <i...@prohost.org>
 
     * ext/sqlite/sqlite.c:
@@ -33829,7 +33912,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3352 2009/03/23 01:33:16 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3353 2009/03/24 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to