Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34386 invoked from network); 14 Mar 2010 11:02:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2010 11:02:56 -0000 Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.219 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.220.219 mail-fx0-f219.google.com Received: from [209.85.220.219] ([209.85.220.219:61189] helo=mail-fx0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/42-15916-062CC9B4 for ; Sun, 14 Mar 2010 06:02:56 -0500 Received: by fxm19 with SMTP id 19so2535761fxm.1 for ; Sun, 14 Mar 2010 04:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=kz61sqAbx+LdrzbSMrlFuDoDXMbOV+V5PVx2rN8nQB8=; b=bOs2D/NGgc9Quszqt4ZZetmjn5DCTpR4vi++8XQZGR34SSW/neh1dki9LKYBTViy0N X661Tm84OYDYEfAXo+3oE0/DnQWwWFWet2IIXNI3vb4ztAeDenoqRHYAj1G7Y9tfoHe7 8CXUxE43FroHAMEbZPeoFFZ3duT8fKPQs3wzk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DAO9qK4uzyb+HUYvrjLjO0n+mmo/+XCyesB5XDmLA6XheXGzgE5H4Ke4LS9cg/5gMN pr058kTKXnzVvK4raiL7SHYXiC7sTJsrpCFTxN17FFCHzQp/CPdKxnLqJR17zEEP+cYn 8HZJ16s5/SrMTWepmUEzDDmogL+1otpxfT3rI= MIME-Version: 1.0 Received: by 10.239.192.65 with SMTP id d1mr765782hbi.197.1268564570159; Sun, 14 Mar 2010 04:02:50 -0700 (PDT) In-Reply-To: <4B9BDA97.7010905@lerdorf.com> References: <4B9BC369.6030404@keryx.se> <4B9BDA97.7010905@lerdorf.com> Date: Sun, 14 Mar 2010 11:02:49 +0000 Message-ID: <2fd662a01003140402m1df925ddwc14e708faf002a34@mail.gmail.com> To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Next major version must be 7 (Lessons learned from the ECMAScript committee) From: markright@gmail.com (Marco) > No, not ok. =A0We will call the next release whatever we like. =A0People = who > have written books or articles about PHP 6 inferring they knew what the > final state of PHP 6 would be were misguided. =A0We never got to the poin= t > of a final feature set much less a release date. +1 There is going to be plenty of time (IMHO) between now and when PHP6 could be ready to start re-educating people so that it becomes less of a problem. As for people who bought books on PHP6 well they should go back to the publisher and ask for a refund. If people have been writing code to be PHP6 ready then more fool them, since its madness to try and write for a version of software which is in constant flux. Anyone that I have discussed this with over the last year have pretty much universally written code for PHP 5.3 in the hope that the migration to PHP6 would be made more simple. Marco