Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73513 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35477 invoked from network); 2 Apr 2014 11:34:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2014 11:34:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:49191] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/30-34012-EC5FB335 for ; Wed, 02 Apr 2014 06:34:39 -0500 Received: by mail-vc0-f182.google.com with SMTP id ks9so67570vcb.27 for ; Wed, 02 Apr 2014 04:34:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=XYLUeh80gprxYhB8mC1Jn65mhgjdM+l3PKBM1EjBQ+I=; b=oW/2zPk4d0tgvHr54AGWuz6adUgThvTYNkc3Kyy0NXuZGHaMhddVlmm9nFIl8bK4hD XWjD2zxQ+LxE14Mk/TFfT9W0QlqnevxszxGf/Ffm55vyvLbVo3uyqykyCFl+e1jbBX7a voBRIcsbeJmHpWKBcF5Gp+TfktCeCDcsVRpJD6voXK5swCh0UVtO9ryb14pB5rAM85VY XtfYBG9EmrY/CWrKhfDhPqB8Cbq7DuaD9oq4u1mTioObGnKbs/ciqNz0bNn1dqmY9L1P DzL6+EP6TbvKR6qbMR549Ytyte9hgCVzT45D6JQpWXsDz36kwrVV+Lr0h8tHwpr046d2 fBQQ== X-Received: by 10.52.108.164 with SMTP id hl4mr7712840vdb.25.1396438476319; Wed, 02 Apr 2014 04:34:36 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Wed, 2 Apr 2014 04:33:56 -0700 (PDT) Date: Wed, 2 Apr 2014 13:33:56 +0200 X-Google-Sender-Auth: l_wrKmZnxUq1Sj763b8eKyqS4hU Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=bcaec547c9d554f29904f60dab01 Subject: Branching PHP6 From: jpauli@php.net (Julien Pauli) --bcaec547c9d554f29904f60dab01 Content-Type: text/plain; charset=ISO-8859-1 Hey , We've been talking about PHP6 for several weeks now. From what I understand, we agreed on : - We must release a new major version, ASAP I'd say - It should be named "PHP6" - It should break BC where needed, and introduce new concepts - The main concept to concentrate on is Unicode implementation - All ideas have been grouped at https://wiki.php.net/ideas/php6 - We go for a 2 year developpment iteration All in one, 5.6 is going to be released in few months, and we now must concentrate on PHP6. For this, there are two needs : - Start writing RFCs, PHP6 specific, and start debating ideas on an "official" basis (RFCs + mail discussions) - Branch PHP6 , so that we can start hacking and get more motivations. Thoughts about how/when to branch PHP6 ? Julien Pauli --bcaec547c9d554f29904f60dab01--