]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING with missed DBA changes
authorAaron Piotrowski <aaron@trowski.com>
Tue, 5 Jul 2016 21:09:21 +0000 (16:09 -0500)
committerAaron Piotrowski <aaron@trowski.com>
Tue, 5 Jul 2016 21:09:21 +0000 (16:09 -0500)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 9935ee655f669584c9932c6930f3924fdff97692..778e7c3ebcb03a53120400e3b73d77e0f3e34afa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ PHP                                                                        NEWS
     a fatal error. (Aaron Piotrowski)
   . Export date_get_interface_ce() for extension use. (Jeremy Mikola)
 
+- DBA:
+  . Data modification functions (e.g.: dba_insert()) now throw an instance of
+    Error instead of triggering a catchable fatal error if the key is does not
+    contain exactly two elements. (Aaron Piotrowski)
+
 - DOM:
   . Invalid schema or RelaxNG validation contexts will throw an instance of
     Error instead of resulting in a fatal error. (Aaron Piotrowski)
index a791b28a88f5a48da46c2bda766a51b1aa1efe81..b2e5552ec383e11fd757502ed8aadec6089ed71c 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -156,6 +156,11 @@ PHP 7.1 UPGRADE NOTES
     instance of Error from __wakeup() or __set_state() instead of resulting in
     a fatal error.
 
+- DBA:
+  . Data modification functions (e.g.: dba_insert()) now throw an instance of
+    Error instead of triggering a catchable fatal error if the key is does not
+    contain exactly two elements.
+
 - DOM:
   . Invalid schema or RelaxNG validation contexts will throw an instance of
     Error instead of resulting in a fatal error.