Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28293 invoked from network); 22 May 2013 23:04:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2013 23:04:53 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Wed, 22 May 2013 19:04:52 -0400 Received: from [217.114.211.68] ([217.114.211.68:23728] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/20-26812-41F4D915 for ; Wed, 22 May 2013 19:04:52 -0400 To: internals@lists.php.net References: <51965E51.80004@fedoraproject.org> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: php-fpm and systemd integration From: dsp@php.net (David Soria Parra) On 2013-05-17, Remi Collet wrote: > --------------030306010103010609050002 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 7bit > > Hi, > > I plan to allow php-fpm to be aware of systemd and so, use the > type=notify mode. > > I'd like to apply to attached patch to 5.4 and 5.5, as this change have > no impact on standard build (need new --with-fpm-systemd build option). > > Any feedback before I process ? I saw you already comitted this. As mentioned before, new features belong to master and not to PHP 5.5.0 which is in RC phase. Therefore I think this feature shouldnot be added to 5.5.0. David