summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-11-21 22:22:21 +0100
committerAnatol Belski <ab@php.net>2017-11-21 22:22:21 +0100
commit38be3c4ac445adbdf06883b1e9d3f106d986755e (patch)
treed3187e63bb6a25378748b2e2cfe46097600e2575
parent8fdef981ef940dfc2f1b21cfa3f227150472ad2d (diff)
downloadphp-git-38be3c4ac445adbdf06883b1e9d3f106d986755e.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5eedd83363..d2b9a05808 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand).
(Anatol)
+- PCRE:
+ . Fixed bug #74183 (preg_last_error not returning error code after error).
+ (Andrew Nester)
+
- Standard:
. Fixed bug #75535 (Inappropriately parsing HTTP response leads to PHP
segment fault). (Nikita)