Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60715 invoked from network); 5 Feb 2013 16:37:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2013 16:37:28 -0000 Authentication-Results: pb1.pair.com header.from=thbley@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=thbley@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: thbley@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-vc0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:59356] helo=mail-vc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/6C-28596-74531115 for ; Tue, 05 Feb 2013 11:37:28 -0500 Received: by mail-vc0-f178.google.com with SMTP id m8so199897vcd.23 for ; Tue, 05 Feb 2013 08:37:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=1cMvB0OltbDWClGMS1fw7cRA3r0Q08b3KzN0vFPoqAc=; b=UrcZF6uUgfqldvVKUQ9zPYjT82c6c8pz9xjsGtSzIrgWDCMbxNPKZJ89z8i/KDmvx8 0p24hqiclv5TDVOOX+Yoyy5x7mxam8pYItcCrfVdrQXbMAJESJwJH12fnwy+g7v3pYqr epbcOBRKWZmi87hiprDB5QK3jvjtCn/KGsITtG4b8sIoNLaecsy5H6TzCLpxRSrWb0PM 0yyhdtv3RhKAk+ui7N1xIST2ICqkw6NgfOtXJ+beljzVH0bWzMVLmN59+ELPVmNk+FbO 4t+WV3jD8nomirS3Fefkd4h2uw9t2b5+ogjrsrYjS9GOUzK/1LXT/dioJzQFXVyArXXc +nnA== MIME-Version: 1.0 X-Received: by 10.52.19.200 with SMTP id h8mr24484966vde.60.1360082244658; Tue, 05 Feb 2013 08:37:24 -0800 (PST) Sender: thbley@gmail.com Received: by 10.220.94.4 with HTTP; Tue, 5 Feb 2013 08:37:24 -0800 (PST) In-Reply-To: <51113192.2030404@lsces.co.uk> References: <510EBF98.4060900@lerdorf.com> <5110AFFB.8040303@lerdorf.com> <5110BF7F.90508@lsces.co.uk> <1360065708.95691.YahooMailNeo@web133004.mail.ir2.yahoo.com> <5110FE4B.8020406@lsces.co.uk> <51113192.2030404@lsces.co.uk> Date: Tue, 5 Feb 2013 17:37:24 +0100 X-Google-Sender-Auth: 03pCr0mD2EmzZ31ACx1nDSlhxHs Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Proposal for serious BC compatibility aka language versioning From: thbley+php@gmail.com (Thomas Bley) On Tue, Feb 5, 2013 at 5:21 PM, Lester Caine wrote: > Pierre Joye wrote: >> >> If you do commercial support for customers and do not control the >> environment and/or use shared hosting, then something is totally wrong >> in your business model. It is also really off topic, in this mailing >> list or in this discussion. > > > It is totally on topic! > > The REASON I have gained this particular additional customer base is because > they are all having problems with keeping their sites active! I had hoped to > be producing a better set of documentation to help these type of users to > cope with the 'BC compatibility' problems they are currently fighting, but > there is nothing consistent to document. There are as many problems as > customers with several years of legacy code written by different programmers > :( THEY are not programmers ... > > I hope that as some point there will be some REAL support for stopping > 'developing' PHP5 and move all of the new 'features' being discussed into a > nice cleanly isolated PHP6 development stream. Then we can start documenting > what IS being removed and stop trying to track which legacy feature needs to > be re-worked rather than simply burying heads in sand and hiding them!!! > > My current roadmap is based on PHP5.4 servers with nothing hidden and > eventually all of the code will be moved forward to that base, but I simply > can't justify charging some customers for all the time this takes because > they HAVE working sites currently and this is not giving them any return. > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=contact > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk > Rainbow Digital Media - http://rainbowdigitalmedia.co.uk > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I hope that as some point there will be some REAL support for stopping > 'developing' PHP5 and move all of the new 'features' being discussed into a > nice cleanly isolated PHP6 development stream. Just see it as a car: you can drive it 10 years or longer, but from time to time you need new tires or repair some stuff. Regards, Thomas