]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Mon, 17 Jun 2013 07:41:46 +0000 (00:41 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 17 Jun 2013 07:42:21 +0000 (00:42 -0700)
* PHP-5.4:
  Tests: PDO Mysql - update for fixed getColumnMeta()
  fix bug #48724

1  2 
NEWS

diff --cc NEWS
index e56e6f69268f69e8eafc5d4ea1af4e552ea4ed40,6fd2bf228437ca0d5ec3ead4f6fef21c7b0f2382..47c3e34fa7160f58d66510c60ededa302f848be0
--- 1/NEWS
--- 2/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: