Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47247 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41805 invoked from network); 13 Mar 2010 22:08:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2010 22:08:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.216.191 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.216.191 mail-px0-f191.google.com Received: from [209.85.216.191] ([209.85.216.191:62102] helo=mail-px0-f191.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/B5-15916-1FC0C9B4 for ; Sat, 13 Mar 2010 17:08:50 -0500 Received: by pxi29 with SMTP id 29so1313453pxi.7 for ; Sat, 13 Mar 2010 14:08:47 -0800 (PST) Received: by 10.140.83.9 with SMTP id g9mr4414335rvb.136.1268518126947; Sat, 13 Mar 2010 14:08:46 -0800 (PST) Received: from [192.168.1.2] (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id 23sm3315603pzk.6.2010.03.13.14.08.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Mar 2010 14:08:46 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: <49335B53-D48D-4709-9E11-1FDD4FF27A12@pooteeweet.org> Date: Sat, 13 Mar 2010 14:08:12 -0800 Cc: Stefan Marr , Sebastian Bergmann , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <86262074-A872-496A-80AF-C1CEDA78F435@roshambo.org> References: <4B9BC369.6030404@keryx.se> <4B9BDA97.7010905@lerdorf.com> <7B961DE8-FCCA-4080-9E8A-490C22E4EBC9@stefan-marr.de> <49335B53-D48D-4709-9E11-1FDD4FF27A12@pooteeweet.org> To: Lukas Kahwe Smith X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] Next major version must be 7 (Lessons learned from the ECMAScript committee) From: philip@roshambo.org (Philip Olson) On Mar 13, 2010, at 1:56 PM, Lukas Kahwe Smith wrote: >=20 > On 13.03.2010, at 22:52, Stefan Marr wrote: >=20 >>=20 >> On 13 Mar 2010, at 22:43, Sebastian Bergmann wrote: >>=20 >>> Rasmus Lerdorf wrote: >>>> No, not ok. We will call the next release whatever we like. = People who >>>> have written books or articles about PHP 6 inferring they knew what = the >>>> final state of PHP 6 would be were misguided. We never got to the = point >>>> of a final feature set much less a release date. >>>=20 >>> +1 >>>=20 >>> Authors that wrote, publishers that published and readers that = bought >>> books on PHP 6 need to be ... punished ;-) >> Is that wise and well-considered or something the community might = regret in the long run? >=20 >=20 > Nobody needs to be punished and I think Rasmus stayed clear of such = words for a reason. The name of the next version is not really all that = relevant more if the next version will be a minor bump (aka x.y+1) or a = major (aka x+1.y). The PHP manual refers to "PHP 6" over 200 times, and there are probably = a few people who've written code that takes this information into = account. I'm not saying the proposal in this thread is a solution or = needed, but there is a valid concern here. The PHP manual will be updated once this is figured out, with extra care = ensuring unicode and PHP 6 information is current. All suggestions for = how to handle this today are welcome. Regards, Philip=