summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-06-11 08:43:20 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-11 08:44:07 +0200
commitb215d1339f3f7953d35ac0a0460f0585ea2b8d30 (patch)
treef1f265c9ea2079457fa5c1f072b77c4d144755a5 /NEWS
parenta0749fe483c7682c9b6d9bbc6f6ff9ed4c2e1394 (diff)
parentf3ff72e54b2f6c2fa1ac924ad95455a5309099d5 (diff)
downloadphp-git-b215d1339f3f7953d35ac0a0460f0585ea2b8d30.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #77937: preg_match failed
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d81d84aa0..f440ec40cd 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,7 @@ PHP NEWS
- Standard:
. Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
(Craig Duncan, Dmitry)
+ . Fixed bug ##77937 (preg_match failed). (cmb, Anatol)
- Zip:
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)