1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-09-09 11:04:38 +02:00
parent 0a9a8a90ae
commit a289bb3d2a

4
NEWS
View File

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