Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40975 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8397 invoked from network); 14 Oct 2008 12:09:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2008 12:09:09 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.147 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.147 smtprelay-virgin0147.hostedemail.com Received: from [64.99.136.147] ([64.99.136.147:55252] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/C2-25867-4EB84F84 for ; Tue, 14 Oct 2008 08:09:09 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay07.hostedemail.com (Postfix) with SMTP id 2B4541961BA6; Tue, 14 Oct 2008 12:09:06 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,c1069009bf06585c,691ff1dea13fdf9b,steph@php.net,technique@dev-solutions.fr:letssurf@gmail.com:internals@lists.php.net,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:945:966:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2196:2199:2393:2553:2559:2562:3027:3354:3865:3866:3867:3868:3869:3870:3871:3872:3874:3876:3877:4385:5007:6114:6261:7653:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf11.hostedemail.com (Postfix) with ESMTP; Tue, 14 Oct 2008 12:09:05 +0000 (UTC) Message-ID: <014401c92df5$e70d8470$3ffc1f3e@foxbox> To: , "James Dempster" Cc: "PHP Development" References: <3CF765DF-27AF-44FD-9ECF-BEBFC8A0AFCA@pooteeweet.org> <2CA7AC96-AD48-4F5D-B945-2D961B4AB57C@googlemail.com> <462e563f0810140112x3babae20t647a10322e76df8e@mail.gmail.com> <1223973712.7708.10.camel@stephane-dell> Date: Tue, 14 Oct 2008 13:10:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] namespaces and alpha3 From: steph@php.net ("Steph Fox") >> > On 10 Oct 2008, at 06:03, Lukas Kahwe Smith wrote: >> > >> > 1) rip them out >> > >> > I'm +1 on this. We simply don't have consensus, and I don't see anyway >> > we >> > can have consensus by the time 5.3 has to be frozen. Once namespaces >> > are in, >> > we're gonna have to stick with whatever we choose, unless we totally >> > break >> > BC. >> >> I'd agree with this, leave something with such a big impact to version 6. >> At >> least it gives time to get it right. > > I don't agree to this, many of us are waiting for namespaces and have > starting to impact some code in prevision. > > Don't forget that an annoucement has been done on php.net and a final > release of 5.3 without namespaces could be interpreded as a regression. I'm +1 on ripping out and leaving til 6.0. I don't think there is enough time between now and the 5.3.0 code freeze to make major changes to the language syntax. Making -> do double duty and adding E_STRICT messages to currently legal code really doesn't look like a good option to me, much less during a point release and even less during the final moments of a release cycle. Leaving as-is, we already know is problematic. There's no consensus to pull support for functions/constants, which would make it less problematic. 'An announcement has been done on php.net' simply isn't a good enough reason to screw up the language; we can write new announcements and even explanations. And we already have *most* of a working implementation in 6.0, so it's not like ripping it out of 5.3 means starting over from scratch. - Steph