update NEWS

This commit is contained in:
Anatol Belski 2016-07-14 13:21:38 +02:00
parent 0f182c2495
commit 9d3b729803

4
NEWS
View File

@ -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)