From a289bb3d2a7f0cec72c059abdcc2515a39b2dee6 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 9 Sep 2022 11:04:38 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3eccd07ba3e..f1c8cfd8ff1 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,9 @@ PHP NEWS - Opcache: . Added start, restart and force restart time to opcache's phpinfo section. (Mikhail Galanin) - + . Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root + (Arnaud, Kapitan Oczywisty) + - Posix: . Added posix_sysconf. (David Carlier)