1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

NEWS: Add libmagic upgrade note

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2022-10-02 22:26:17 +02:00
parent 3c602fdf67
commit 31aeed270d

3
NEWS
View File

@@ -12,6 +12,9 @@ PHP NEWS
. SA_ONSTACK is now set for signal handlers to be friendlier to other
in-process code such as Go's cgo. (Kévin Dunglas)
- Fileinfo:
. Upgrade bundled libmagic to 5.43. (Anatol)
- Opcache:
. Added start, restart and force restart time to opcache's
phpinfo section. (Mikhail Galanin)