From 5d5d9796fc4bd6d91f39db5531ae5713b8afbaec Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 1 Aug 2022 19:34:28 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index e755d98d18a..2cbe08e613e 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ PHP NEWS . Declared Transliterator::$id as readonly to unlock subclassing it. (Nicolas Grekas) +- OPcache: + . Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy). + (Arnaud, Sergei Turchanov) + - PCNTL: . Fixed pcntl_(get|set)priority error handling for MacOS. (Juan Morales)