1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
This commit is contained in:
Remi Collet
2013-05-21 09:54:39 +02:00
parent c79f162c37
commit 70abac2b4e

5
NEWS
View File

@@ -12,6 +12,11 @@ PHP NEWS
- Fileinfo:
. Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol)
- FPM:
. Add --with-fpm-systemd option to report health to systemd, and
systemd_interval option to configure this. The service can now use
Type=notify in the systemd unit file. (Remi)
- mbstring:
. Fixed bug #64769 (mbstring PHPTs crash on Windows x64). (Anatol)