summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-11-21 22:24:32 +0100
committerAnatol Belski <ab@php.net>2017-11-21 22:24:32 +0100
commit9988f056280072fa6f007574811787d058f5260c (patch)
tree8fdf00316fccbe46ae0fa0ef040243880bb2f76e
parentf6b0d365a709ae71cd9f77b25c337a6e6883f68d (diff)
downloadphp-git-9988f056280072fa6f007574811787d058f5260c.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a58fbebd7f..8e517209b6 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP NEWS
. Fixed bug #74862 (Unable to clone instance when private __clone defined).
(Daniel Ciochiu)
+- 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)