Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40353 invoked from network); 3 Jul 2011 21:07:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2011 21:07:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:49778] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/60-38350-E1AD01E4 for ; Sun, 03 Jul 2011 17:07:43 -0400 Received: by bwa19 with SMTP id 19so4257157bwa.29 for ; Sun, 03 Jul 2011 14:07:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RXT+eix8p3bpnMGG1HzRPdMGTv5vLYtDiJqEL0XGk/k=; b=Cu2pj4z2E336+D9qOrb0lAeQml5lWh2HqXVUrEa07JJeze95n1bYsGUAwkFQD6TkJX 50XUUDc6kTGjEj8KEVUarMQDtVnwB45hiQwlyaoFIJ+SIIcZp8+A32EIaE7KBdwn8/6C uEx2mJ+EZxnxBv8ARGGhy0cgVyVICXYEhuQsU= MIME-Version: 1.0 Received: by 10.204.35.206 with SMTP id q14mr4709686bkd.128.1309727259922; Sun, 03 Jul 2011 14:07:39 -0700 (PDT) Received: by 10.204.3.11 with HTTP; Sun, 3 Jul 2011 14:07:39 -0700 (PDT) In-Reply-To: References: <4E10D453.9060606@daylessday.org> Date: Sun, 3 Jul 2011 14:07:39 -0700 Message-ID: To: Kiall Mac Innes Cc: Antony Dovgal , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Big patch for FPM (config and initialization) From: mike503@gmail.com (Michael Shadle) +1 the way for change is to add the new, add an E_DEPRECATED style warning for a point release or two, and then nix it. On Sun, Jul 3, 2011 at 2:04 PM, Kiall Mac Innes wrote: > 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 >> >