From ad747d93c32013a08860e19c51eaa6c8ab10ee20 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 11 May 2023 11:53:18 +0200 Subject: [PATCH] [skip ci] Remove NEWS entry for reverted change in PHP 8.1 --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index 8f51e4aec77..fcc2e3b58a6 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,6 @@ PHP NEWS value(s)). (nielsdos) . Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state). (Bob) - . Fixed bug GH-11063 (Compilation error on old GCC versions). (ingamedeo) . Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash). (Bob)