summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-07-08 15:36:38 +0200
committerJulien Pauli <jpauli@php.net>2016-07-08 15:36:38 +0200
commitbdf1b22da578f284b2c4d4221b2f2d04b0a58e8f (patch)
tree2052590b6ec644d2f0a6e63d95286f41d8cb933d
parent82637e818776d4fe778fb1dbac26eeece02e900c (diff)
downloadphp-git-bdf1b22da578f284b2c4d4221b2f2d04b0a58e8f.tar.gz
Updated NEWS
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f253a43e36..f0bf71d3e5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,10 @@ PHP NEWS
?? ?? 2016, PHP 5.5.38
Core:
- . Fix bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
+ . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
+
+ODBC:
+ . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
23 Jun 2016, PHP 5.5.37