From 27187bd1da0c3733241472b4ce6d6710ea2610d6 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:31:11 +0100 Subject: [PATCH] [ci skip] NEWS for GH-17122 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5c5e21e8e50ac..d47d03b8e3940 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,9 @@ PHP NEWS the cpu mask argument with entries type different than int/string. (David Carlier) +- PCRE: + . Fixed bug GH-17122 (memory leak in regex). (nielsdos) + - PDO: . Fixed a memory leak when the GC is used to free a PDOStatment. (Girgias) . Fixed a crash in the PDO Firebird Statement destructor. (nielsdos)