summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-11-21 22:23:31 +0100
committerAnatol Belski <ab@php.net>2017-11-21 22:23:31 +0100
commit3ad116b7bdfdb6ba485a1f1b5a63b3fd207dd63c (patch)
tree8ec8433cac36a5570c581d99d83b95a64646c23f
parentb75fd81563618838318e0b25ce7b08a9ca6d6b2a (diff)
downloadphp-git-3ad116b7bdfdb6ba485a1f1b5a63b3fd207dd63c.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c00d49f3a..a9e2463af1 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
script). (SammyK)
+- PCRE:
+ . Fixed bug #74183 (preg_last_error not returning error code after error).
+ (Andrew Nester)
+
- Standard:
. Fixed bug #75511 (fread not free unused buffer). (Laruence)
. Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)