From ca5f9e812a97b6216d140edc0a5af8197c677133 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:03:58 +0200 Subject: [PATCH] [ci skip] NEWS Remove redundant whitespace --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index 669ba9a621c..d63d288c95a 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,6 @@ PHP NEWS . Fixed bug GH-12243 (segfault on IntlDateFormatter::construct). (David Carlier) - - PCRE: . Fixed bug GH-11956 (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result). (nielsdos)