Commit:    ecf95a4cc5ef0168b0669cc659cad83eb7807efd
Author:    Michael Wallner <m...@php.net>         Thu, 5 Dec 2013 11:30:52 +0100
Parents:   44ff944b37985cbe016c89ee7229710cdc342a52
Branches:  master

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

Log:
BFN

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index e527eee..a1fa83c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                             
           NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.7.0 
 
+- DBA:
+  . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). 
(Mike)
 - XSL:
   . Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
 
diff --git a/UPGRADING b/UPGRADING
index e086188..f5e36fe 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -20,6 +20,9 @@ PHP X.Y UPGRADE NOTES
 1. Backward Incompatible Changes
 ========================================
 
+- DBA
+  . dba_delete() now returns false if the key was not found for the inifile 
+    handler, too.
 
 ========================================
 2. New Features


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

Reply via email to