summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-09-24 11:13:55 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-24 11:13:55 +0200
commit7530938670c20555ddf1d1c07bfa0bab8f07584d (patch)
tree5bf1004ebb507007a7107d0b87ed558bfbf7110e
parent8f949eba8083e34d181c30bcf11aaeef2496bb97 (diff)
downloadphp-git-7530938670c20555ddf1d1c07bfa0bab8f07584d.tar.gz
Update NEWS
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5fcbde16a3..7c51dd777f 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ PHP NEWS
. Fixed bug #76342 (file_get_contents waits twice specified timeout).
(Thomas Calvet)
-12 Sep 2019, PHP 7.3.10RC1
+26 Sep 2019, PHP 7.3.10
- Core:
. Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
@@ -49,6 +49,9 @@ PHP NEWS
. Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8()
when requested. (Sara)
+- MBString:
+ . Fixed bug #78559 (Heap buffer overflow in mb_eregi). (cmb)
+
- MySQLnd:
. Fixed connect_attr issues and added the _server_host connection attribute.
(Qianqian Bu)