From 70abac2b4e6a76f1a32ff86a158b3a4f7f362e6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 May 2013 09:54:39 +0200 Subject: [PATCH] NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 4e9ba71a345..17e720a31b6 100644 --- a/NEWS +++ b/NEWS @@ -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)