Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95463 invoked from network); 26 Feb 2013 13:37:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2013 13:37:15 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:38507] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/02-16132-A8ABC215 for ; Tue, 26 Feb 2013 08:37:14 -0500 Received: by mail-ie0-f179.google.com with SMTP id k11so4390871iea.38 for ; Tue, 26 Feb 2013 05:37:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=Cp6Mtbmj7pqQr8puNnvG/ZqW+3MwObc388a6tQTrSWk=; b=DVKUIdUijOo93ul3SZ9H247on4aDNfdw9NMaSE3ypI8f/DhcUj9S6nzz3LrO15LF8b HaImzm8zUOPBejaNFGcTzUiOWo/LpDM3nqcSPkNAKzFuUJcp6lBgLDe1qYhHUU90Nzvr MLWWT5g23lYlQ7NQQTD0Rg2r7Uh0KBaAva9hn2UKMiSvpS1HtDPMiFU5CzksTWXxwZOW 2j+iylzJO+ym6AhxaDzMByXYWZornqTQnwPlOYymRAuCz/8qC7A+da/jN76Dp+aha+Vc W5XV/qJPwoHxDFRZx7joJl0TO/b2+OHKIKEv9zZjtTIl0ns459gyM1yfbUojEyYVEjU7 8HTw== MIME-Version: 1.0 X-Received: by 10.50.37.162 with SMTP id z2mr5373250igj.13.1361885831707; Tue, 26 Feb 2013 05:37:11 -0800 (PST) Sender: php@golemon.com Received: by 10.64.25.168 with HTTP; Tue, 26 Feb 2013 05:37:11 -0800 (PST) X-Originating-IP: [209.104.114.2] In-Reply-To: References: Date: Tue, 26 Feb 2013 05:37:11 -0800 X-Google-Sender-Auth: C1JffK8TAaKPS1QUFs99U4FWzq4 Message-ID: To: Pierre Joye Cc: PHP internals , Julien Pauli , David Soria Parra Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQms+Gr4/aYF3Aq3m+Kv+618qgCw4AfIBFCKQOKn1PYQRedl1IGrGd33H5PI58VesbHB8dla Subject: Re: [PHP-DEV] New RFCs, PRs and co, target 5.6 pls From: pollita@php.net (Sara Golemon) On Mon, Feb 25, 2013 at 2:35 AM, Pierre Joye wrote: > While reading both PRs and features requests in bugs.php.net, I would > like to strongly suggest to make any new proposal (new features, PRs, > etc.), no matter how small, targeting 5.6 or later. > > 5.5 will go in beta soon and we have already enough new things to > debug and test. Adding more stuff will only delay 5.5 even more > (keeping in mind the possible O+ addition). > Seconding this. The release cycle is being sped up to accomodate a new minor version every year, we can afford to keep the pre-release process quiet with a cycle like that. -Sara