Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83178 invoked from network); 2 Apr 2014 20:29:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2014 20:29:12 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.47 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.47 mail-oa0-f47.google.com Received: from [209.85.219.47] ([209.85.219.47:35729] helo=mail-oa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/11-11770-7137C335 for ; Wed, 02 Apr 2014 15:29:11 -0500 Received: by mail-oa0-f47.google.com with SMTP id i11so921332oag.34 for ; Wed, 02 Apr 2014 13:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7cRfeQ4TXSW0/4xZlWVqtZLNyN/qoeNIOziJdHg+dBY=; b=vsJy19TO8QA1nRT9LV7J2kezBrP6l8GBf4szcbau7XotnkmnRLcvo2FbaTd9Caq4KF 1F9YybuZC33hgp1MiCjtOpH0SdsSAOaHtgnw4mfeRTY9e2VTpmgIlRskavgfMCWLhUD8 kz3W/f84MP15QrPu6R4gaq1hs3tu5Xg4F4jDVW0t3hXJWIVk/WpGp5n8gWDIsS8RFGv/ 1NST7dc22YMWx2rdOxMVxVsKbMG94pecXVU19m4BUAXGeZJBLuDfg/0nVFyDb89dack6 +rb/Y/LBwtlt05zW0ONqmFjSmGKS4hqLEkrefK53SP2N44w8UxHYHi9yDJEjErEWgdna bZJA== MIME-Version: 1.0 X-Received: by 10.60.34.130 with SMTP id z2mr1874378oei.14.1396470548793; Wed, 02 Apr 2014 13:29:08 -0700 (PDT) Received: by 10.182.69.101 with HTTP; Wed, 2 Apr 2014 13:29:08 -0700 (PDT) In-Reply-To: <533C6E5F.4020702@eliw.com> References: <533C0713.9070106@eliw.com> <533C6E5F.4020702@eliw.com> Date: Wed, 2 Apr 2014 22:29:08 +0200 Message-ID: To: Eli Cc: Kalle Sommer Nielsen , Internals Content-Type: multipart/alternative; boundary=089e01160dca00112804f61523d1 Subject: Re: [PHP-DEV] About PHP6 ... From: nikita.ppv@gmail.com (Nikita Popov) --089e01160dca00112804f61523d1 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 2, 2014 at 10:09 PM, Eli wrote: > On 4/2/14, 3:50 PM, Kalle Sommer Nielsen wrote: > > and since PHP6 was due many years ago, I doubt many of those books still > are in print and how many books could there be around still, I get that > someone would feel angry over buying a book about features available in a > non existing version, but that should be on the authors behalf, not ours > while I realise this will hurt us a little > > > Kalle, thanks for responding. I believe however you missed the part in my > original message where I pointed out that in fact a large number of these > books are still in print. And no 'campaign' from us is going to stop a > publisher from continuing to sell a book they've already invested in, which > costs them nothing to continue to sell. > > And once other books are out, they will sit equally. > They will not sit equally. If someone buys a PHP 6 book and finds out that half the code in there doesn't actually work on PHP 6, it's going to get a 1 star review on Amazon and the issue takes care of itself. Also, I have some doubts that calling this release PHP 7 will be any significant help with the issue: Assume that we call it PHP 7 and it was just released. There are no books about it yet. So if someone looks for a current PHP book and there's nothing about PHP 7, then what's he going to buy? The next closest thing, namely a PHP 6 book. Nice, we're back at the same problem, just with messed up versioning. The PHP 7 name could only show benefits in the long term, to distinguish from the old books. However, as already said, at that point we're back at the reviews ;) Presumably a newer book about the actually released PHP 6 version would have higher ratings (unless its crap, of course). TL;DR I don't think this is a big issue in the first place, but even assuming that it is, the usual review system should take care of it by itself. Also calling it PHP 7 won't really solve the problem anyways. Nikita --089e01160dca00112804f61523d1--