Commit:    a080611e484aa56e3be6ab038221ab3304c125b1
Author:    Stanislav Malyshev <s...@php.net>         Mon, 17 Jun 2013 00:41:46 
-0700
Parents:   69d187de02f771cae6c1a029ffd9a1b3b09d59d4 
5ac0ee30cec04b7527eb81abb84ed37f0c74da7a
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a080611e484aa56e3be6ab038221ab3304c125b1

Log:
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Tests: PDO Mysql - update for fixed getColumnMeta()
  fix bug #48724

Bugs:
https://bugs.php.net/48724

Changed paths:
  MM  NEWS


Diff:
diff --cc NEWS
index e56e6f6,6fd2bf2..47c3e34
--- a/NEWS
+++ b/NEWS
@@@ -18,8 -24,23 +18,12 @@@ PH
    . Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to 
      the same db server). (Laruence)
  
 -- PDO_DBlib:
 -  . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib). 
 -    (Stanley Sufficool)
 -  . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley 
 -    Sufficool)
 -  . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not 
executed 
 -    statement crashes). (Stanley Sufficool)
 -
+ - PDO_mysql:
 -  . Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT, 
++  . Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT,
+     TINYINT and YEAR). (Antony, Daniel Beardsley)
+ 
 -- PDO_pgsql:
 -  . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)
 -
  - Readline:
 -  . Implement FR #55694 (Expose additional readline variable to prevent 
 +  . Implement FR #55694 (Expose additional readline variable to prevent
      default filename completion). (Hartmel)
  
  - SPL:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to