From: Ferenc Kovacs Date: Thu, 27 Feb 2014 11:43:42 +0000 (+0100) Subject: mention the apparmor support in fpm X-Git-Tag: php-5.6.0beta1~3^2~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bb84693b3fdc7dfddcdeb1b5c409b5b37774ae8;p=php mention the apparmor support in fpm --- diff --git a/NEWS b/NEWS index 5a149051dd..4f0c3191d8 100644 --- a/NEWS +++ b/NEWS @@ -155,6 +155,10 @@ PHP NEWS . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode). (Adam) +- FPM + . Included apparmor support in fpm + (RFC: https://wiki.php.net/rfc/fpm_change_hat). (Gernot Vormayr) + - GMP: . Moved GMP to use object as the underlying structure and implemented various improvements based on this.