summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-08-28 17:56:23 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-08-28 17:57:10 +0200
commit195b8ae7791c9f556cd26ceb5f5d6eca91ac47ca (patch)
tree23d3cb1de70cb06279744da818c7dec44349aa20 /NEWS
parent5748cec3eef3a4a7973929d4c4b43da1b68a5d7d (diff)
parentb5572658166c4b8cbc1d332877a7a84c6e18a1c1 (diff)
downloadphp-git-195b8ae7791c9f556cd26ceb5f5d6eca91ac47ca.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #78473: odbc_close() closes arbitrary resources
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 515f423160..fc7bc2f784 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ PHP NEWS
. Fixed connect_attr issues and added the _server_host connection attribute.
(Qianqian Bu)
+- ODBC:
+ . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb)
+
29 Aug 2019, PHP 7.3.9
- Core: