Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45289 invoked from network); 23 May 2013 05:17:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2013 05:17:39 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.5 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.5 smtp5-g21.free.fr Linux 2.6 Received: from [212.27.42.5] ([212.27.42.5:43070] helo=smtp5-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/12-26812-076AD915 for ; Thu, 23 May 2013 01:17:38 -0400 Received: from dixsept.famillecollet.com (unknown [82.241.130.121]) by smtp5-g21.free.fr (Postfix) with ESMTP id 1F872D480C6 for ; Thu, 23 May 2013 07:17:29 +0200 (CEST) Message-ID: <519DA668.2090903@fedoraproject.org> Date: Thu, 23 May 2013 07:17:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130515 Thunderbird/17.0.6 MIME-Version: 1.0 To: PHP Internals References: <51965E51.80004@fedoraproject.org> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: php-fpm and systemd integration From: remi@fedoraproject.org (Remi Collet) Le 23/05/2013 01:04, David Soria Parra a écrit : > 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 Sorry for this. I have raised the discussion some days ago and get no negative feedback, so I have commited it. So most of users, this is a no change (only the Type=simple added in the unit file, which is the default) > I think this feature shouldnot be added to 5.5.0. AS this small change is also in 5.4.16, I think it will be a bit ugly to remove it from 5.5.0 and add it later to 5.5.1. Remi. > David >