Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62492 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78452 invoked from network); 25 Aug 2012 17:26:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2012 17:26:06 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:48189] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/4C-06857-DAA09305 for ; Sat, 25 Aug 2012 13:26:06 -0400 Received: by vcbgb30 with SMTP id gb30so3664156vcb.29 for ; Sat, 25 Aug 2012 10:26:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=bWTbt7/TrsObItJQKzu5Ryc3xyBb5Lgze6gwnrVaHig=; b=pSD4oyLs03oTt+SoGoJg6+eiIlEUPaKAAYJMC+jbIddtGIc017AgW330i9CugcyGb5 VTHFQhnzIsDAIxGJ/7icFDJWEED9f5Af7g8H4dUrgCJd4etF2iMsUUZ69+MSt3dyYafq gBTo+ABdV7UD6beX00N/tSNc4HlVFzYU8uQPbDCvGnqaKjB3sVws7JwSbGZfbLFgDjEE BLTkOu5HHcxrTLB96Ba3oMfq+wx7VsRLkNjwfw4H5gOOCcGzvyr/jrZ+d3f6maDKoypU j0Otyoy7ONV81/8Sllr/keNYoqedkpmK7JEidx2DCISYXDovWva0/yMveJRw+adSWPXd cfRw== Received: by 10.58.229.166 with SMTP id sr6mr8242526vec.52.1345915563038; Sat, 25 Aug 2012 10:26:03 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id dk4sm7047484vdb.10.2012.08.25.10.26.01 (version=SSLv3 cipher=OTHER); Sat, 25 Aug 2012 10:26:02 -0700 (PDT) Message-ID: <50390AA7.1080103@lerdorf.com> Date: Sat, 25 Aug 2012 10:25:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Lester Caine CC: "internals@lists.php.net >> PHP internals" References: <503897B4.8020303@lsces.co.uk> <5038C04D.9080509@lsces.co.uk> <5038C0F8.9060008@ajf.me> <5038D2B1.6060704@lsces.co.uk> <5038D5A2.6050002@ajf.me> <5038D6D0.8020100@lsces.co.uk> <5038D850.6020009@ajf.me> <5038F92A.2040900@lsces.co.uk> <5038FF88.3030700@lerdorf.com> <5039065D.9090500@lsces.co.uk> In-Reply-To: <5039065D.9090500@lsces.co.uk> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQk4Z13s8e2fvw15BeZOYa6kgiIFHXzzKho7+2FJIiYZwetgbwvAd2Q5Oyk78iP4dPZlfr53 Subject: Re: [PHP-DEV] Older style frameworks ... From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/25/2012 10:07 AM, Lester Caine wrote: > Rasmus Lerdorf wrote: >>> Andrew Faulds wrote: >>>>> >>>Personally I have to live with real life, and just want to help >>>>> >>>change that >>>>> >>>situation. >>>> >>Me too. My code relies on out-of-date extensions and PHP features, >>>> >>which is why >>>> >>I'm*refactoring* and*rewriting* the parts which do. >>> > >>> >Exactly what I've been doing for the last year ... INCLUDING PEAR >>> >At the expense of adding NEW facilities for my customers. >>> >But with the goal posts continuing to be moved forward, it would be >>> nice >>> >to have a goal to aim at? Which is why I'm asking for one ... >> Well, there won't be one. If anything we are trying to move faster. More >> frequent smaller releases is the goal. The 3 years between 5.2 and 5.3 >> was way too long. > > So why is moving all new work to PHP6 and introducing a freeze on PHP5.4 > such a problem? In hindsight PHP5.4 SHOULD have been PHP6. We also need > to be able to have stability that we can aim for in production. > Loading up a new set of rework requirements to often just means that > previous work never gets finished :( Those are just numbers and 5.4 is already frozen. We are only fixing bugs in it. -Rasmus