Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71487 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70838 invoked from network); 24 Jan 2014 08:40:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2014 08:40:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.173 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:60500] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/29-39789-F0722E25 for ; Fri, 24 Jan 2014 03:40:47 -0500 Received: by mail-lb0-f173.google.com with SMTP id y6so2284248lbh.18 for ; Fri, 24 Jan 2014 00:40:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8m9lLhBdpwPxuvL4zVDj87uh1FAJ4asUeaGkg8FcMQc=; b=xC5J9BrbfgzUynjMpMVuVGi9nogaBeqq3rdA8MXTIcieM9vUtgBkm4QE5vKgIAAWRR DY9Ybdf0ygtoIrkLa0XxMgg+tLZOcmUrAufnFw+SeOre9A7EdzW7AN8HA1zVdZZ4QA57 tfF/ChlxCx7YXvHrAJiZy9w/Z7v5hUHz79YRMNE/7qA38v9GjCZ3hKDjL9c32AQS9Fum 8yrNn4o92HWkAPiS84K+RoO2hhoRChHPuEqC65aeBXmWTo9f3CvPVVHaatrRf39jt1/u mJgjTbv9llRfVRkh40AZEBj4pz02PuYcDRF4ydslx2Dt+dbgxcIRSQFlNwE4ep5nS039 /QMA== X-Received: by 10.112.150.200 with SMTP id uk8mr7574246lbb.1.1390552844450; Fri, 24 Jan 2014 00:40:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.20.197 with HTTP; Fri, 24 Jan 2014 00:40:24 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Jan 2014 10:40:24 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=047d7b342f8655bebd04f0b350f4 Subject: Re: [PHP-DEV] Ruminations on PHP 5++ From: arvids.godjuks@gmail.com (Arvids Godjuks) --047d7b342f8655bebd04f0b350f4 Content-Type: text/plain; charset=UTF-8 Hello, As far as I know, there is an RFC that defines that big PHP releases are done once a year and EOL of previous branches are done in a manner that there are no more than 3 branches active at any moment. If you push 5.7 and in half a year release 5++ - you will end up with 4 paralel active branches and that's not good. We have to rememeber that 5++ will bring a lot of change and internal devs will have to deal with of influx of pull requests, extension updating, deal with educating people how to not mess up while updating the extensions for 64 bit support and so on. As far as the version number goes - PHP 6 is fine. The mess with the Unicode support happend a long time ago and probably is not remembered by many :) Arvids. --047d7b342f8655bebd04f0b350f4--