]> granicus.if.org Git - php/commitdiff
- BFN
authorFelipe Pena <felipe@php.net>
Thu, 17 Mar 2011 12:03:09 +0000 (12:03 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 17 Mar 2011 12:03:09 +0000 (12:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 691422f5fed3b1b4dd6c3da863509323f151e1f0..ec4ca998ba9daaefde0b91cc4d1c475a76ecbb2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,17 @@ PHP                                                                        NEWS
 - Zend Engine:
   . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
     (Dmitry)
+    
+- DBA extension:
+  . Fixed bug #54242 (dba_insert returns true if key already exists). (Felipe)
 
 - MySQL Improved extension:
   . Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries).
     (Andrey)
+    
+- PDO Dblib driver:
+  . Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).
+    (mjh at hodginsmedia dot com, Felipe)
 
 17 Mar 2011, PHP 5.3.6
 - Upgraded bundled Sqlite3 to version 3.7.4. (Ilia)