From 32a144bb3f2632c146e932625870ea79d47d3652 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 7 Oct 2022 15:52:01 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index fdea2da6be5..86769909a54 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ PHP NEWS phpinfo section. (Mikhail Galanin) . Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root (Arnaud, Kapitan Oczywisty) + . Made opcache.preload_user always optional in the cli and phpdbg SAPIs + (Arnaud) - Posix: . Added posix_sysconf. (David Carlier)