Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76426 invoked from network); 26 Jan 2013 08:27:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2013 08:27:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.41 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.41 mail-vb0-f41.google.com Received: from [209.85.212.41] ([209.85.212.41:63953] helo=mail-vb0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/A4-17242-65393015 for ; Sat, 26 Jan 2013 03:27:02 -0500 Received: by mail-vb0-f41.google.com with SMTP id l22so838218vbn.14 for ; Sat, 26 Jan 2013 00:26:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=qTWGCLDyn/OJTm2GdXqyuGCYOzaqk7ZwHKCmtNd8WCo=; b=WudU33+2t3L6Z1pKVH/VtPBHw1sqdyVX26nOrsZk/9SJUT4hkEc48L4ZvUvjDNOPlX VJu+URmbnQUkCI+dHqeNEb4+uAKz+DmYmfEhZ0smHvuI35aaAWGqd3obBKHpdE9a769X +UGj4lsvDBfx2kcGDrFyA8hg8/fVLgsvERDfq1eLSJqTCZuGKo6jFNuxN75RKpPFSL+B Qm4jkFvTihj2q22nkNtxFbQRtPJudBkbhM/2FfooU6lI9m1CQtbJAzU9Fe9RiVQYBISw +aAuZQIxKrEtsQ7MB4WGvQbbXMQzsxKbXDrMOe+N8vMM6P+7x04zO5O41Oww5vhe03L6 nEnw== MIME-Version: 1.0 X-Received: by 10.52.36.167 with SMTP id r7mr7645071vdj.108.1359188819767; Sat, 26 Jan 2013 00:26:59 -0800 (PST) Received: by 10.58.173.4 with HTTP; Sat, 26 Jan 2013 00:26:59 -0800 (PST) In-Reply-To: References: <51023AB1.2010607@b1-systems.de> <51024016.4010005@lerdorf.com> <5102D2A1.3040105@sugarcrm.com> <8995783a3f4c211d32022028445e7a60@mail.gmail.com> <5102D4C1.9020003@lerdorf.com> Date: Sat, 26 Jan 2013 03:26:59 -0500 Message-ID: To: Pierre Joye Cc: Rasmus Lerdorf , Zeev Suraski , Stas Malyshev , Ralf Lang , PHP internals Content-Type: multipart/alternative; boundary=20cf30780ca4c8efd304d42cce6d Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: ircmaxell@gmail.com (Anthony Ferrara) --20cf30780ca4c8efd304d42cce6d Content-Type: text/plain; charset=ISO-8859-1 Pierre et al, I would prefer to have it in pecl and merge once ready/cleaned up. > Yes, same idea than with APC, except that it could be faster (for what > I read, waiting to see the sources). Also we can review and do the > changes more easily. Well, I think the one issue with doing it in PECL first is that it prevents some deeper engine integration that could benefit the implementation significantly. With that said, I think it's a bit too tight to try to merge this in for the 5.5 beta freeze. Given the current RFC process requires a minimum of 2 weeks (1 of comments and 1 of voting), it feels tight. I'm not saying that I think we should stick to the numbers hard in this particular case, but it's also not a trivial patch, and I feel that rushing wouldn't be the best idea. So with that said, may I suggest that we add 1 more round of Alpha to the 5.5 release cycle, with the specific intent of merging this in (assuming the implementation goes well). So we'd be talking about adding approximately 2 weeks to the cycle, but it would ease the time and implementation pressures that could otherwise cause issues. I think this feature is worth pushing 5.5 back slightly, but at the same time not delaying it indefinitely until this gets in. So if in 4 weeks (the time until the beta, under this strategy) this isn't ready, it wouldn't make 5.5. But at the same time it gives us enough time to implement it, understand the implementation and make a decision that's based on a concrete implementation than an "in-progress" one. Thoughts? Anthony --20cf30780ca4c8efd304d42cce6d--