From 4d8eb892b976739d61515e29201276dc477c8b08 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 19 Jun 2021 16:49:55 +0200 Subject: [PATCH] NEWS: Add bug #81101 note [ci skip] Signed-off-by: Anatol Belski --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 37f9a6b41ce..d4ed0b5bf57 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ PHP NEWS . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option). (cmb) +- PCRE: + . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol) + 01 Jul 2021, PHP 7.4.21 - Core: