Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38617 invoked from network); 3 Jul 2011 21:04:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2011 21:04:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:41466] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/00-38350-679D01E4 for ; Sun, 03 Jul 2011 17:04:56 -0400 Received: by eyf5 with SMTP id 5so1566338eyf.29 for ; Sun, 03 Jul 2011 14:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z5gxR6vQB6CGsLB/YjC4e2GxWalDk2MTCL84vBbCQ2U=; b=LnzVEZvps3s+/FCHkvHXu3bVLOgWPEIaFD3u16kv2dS6ZkMCxEJ3/J2mnDJ1HU4daJ HND/n7oa80K+pJmTz0OnbpLpYpASPEt8zAFoS5rLCgvQcF0IaV79ZzWe/kbafaNyL7zD 4jsgr/TPTEC2NQUlvy6lTnCxaQFWf6/gtqvcc= MIME-Version: 1.0 Received: by 10.14.50.74 with SMTP id y50mr1551117eeb.225.1309727090668; Sun, 03 Jul 2011 14:04:50 -0700 (PDT) Received: by 10.14.186.137 with HTTP; Sun, 3 Jul 2011 14:04:50 -0700 (PDT) Received: by 10.14.186.137 with HTTP; Sun, 3 Jul 2011 14:04:50 -0700 (PDT) In-Reply-To: <4E10D453.9060606@daylessday.org> References: <4E10D453.9060606@daylessday.org> Date: Sun, 3 Jul 2011 22:04:50 +0100 Message-ID: To: Antony Dovgal Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0023543a2aa0fdf44104a73099ba Subject: Re: [PHP-DEV] Big patch for FPM (config and initialization) From: kiall@managedit.ie (Kiall Mac Innes) --0023543a2aa0fdf44104a73099ba Content-Type: text/plain; charset=ISO-8859-1 FPM is still new, and only just getting the experimental flag removed, now is the only time to make any BC breaking cosmitic changes that will lead to less confusion in the long run.. That said - I'm not sure about the diagnostics group name.. Maybe allow for both the old and new naming on 5.4 and remove the old in 5.next...? Kiall On Jul 3, 2011 9:43 p.m., "Antony Dovgal" wrote: > On 07/03/2011 04:50 AM, Giovanni Giacobbi wrote: >> Detailed changelog of the patch: >> - Renamed options "pm.status_path", "ping.path", "ping.response" into >> a new logical group "diagnostics", so they are now respectively: >> "diagnostics.status_path", "diagnostics.ping_path", >> "diagnostics.ping_response". > > I'm not quite sure renaming config options would help anybody, in my opinion it would do more harm than good. > I personally would certainly expect my existing config files to continue to work after upgrade to 5_4. > Yes, we're changing '3' to '4' in the version number, but that doesn't mean we can just go ahead and break the config file. > > Other than that, looks ok to me (assuming you've tested it and does continue to work the way it worked before all those cosmetic changes). > > -- > Wbr, > Antony Dovgal > --- > http://pinba.org - realtime profiling for PHP > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --0023543a2aa0fdf44104a73099ba--