[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc 2022-10-07 15:52:01 +02:00
parent 2864282725
commit 32a144bb3f

2
NEWS
View File

@ -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)