summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-14 13:21:38 +0200
committerAnatol Belski <ab@php.net>2016-07-14 13:21:38 +0200
commit9d3b729803d381552086bdc7028d5cf857f5a01c (patch)
treea3691a0373dafb1cb92827eec2bbf0b802e89071
parent0f182c2495f3aa84aed76485a4406b383c77c785 (diff)
downloadphp-git-9d3b729803d381552086bdc7028d5cf857f5a01c.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 62fa3e444e..80bb9528b8 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ PHP NEWS
oob read access). (Laruence)
. Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence)
+- PDO_pgsql:
+ . Fixed bug #72570 (Segmentation fault when binding parameters on a query
+ without placeholders). (Matteo)
+
- PCRE:
. Fixed bug #72476 (Memleak in jit_stack). (Laruence)
. Fixed bug #72463 (mail fails with invalid argument). (Anatol)