Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99085 invoked from network); 14 Oct 2008 18:19:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2008 18:19:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.137 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.137 smtprelay-virgin0137.hostedemail.com Received: from [64.99.136.137] ([64.99.136.137:52823] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/4E-25867-DB2E4F84 for ; Tue, 14 Oct 2008 14:19:42 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay08.hostedemail.com (Postfix) with SMTP id DFD2B1098D5D; Tue, 14 Oct 2008 18:19:38 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,e00ae71137e7cddf,691ff1dea13fdf9b,steph@php.net,stas@zend.com:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:968:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2198:2199:2377:2379:2393:2559:2562:2828:3027:3352:3740:3865:3866:3867:3868:3869:3870:3871:3872:3874:3876:3877:4184:5007:6114:6119:6261:7653:7875,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 18:19:37 +0000 (UTC) Message-ID: <038301c92e29$aa8f3aa0$3ffc1f3e@foxbox> To: "Stanislav Malyshev" Cc: References: <652122.8719.qm@web708.biz.mail.mud.yahoo.com> <48F4D832.7010708@zend.com> <033701c92e24$d9ca3d60$3ffc1f3e@foxbox> <48F4DF7E.1070202@zend.com> Date: Tue, 14 Oct 2008 19:21:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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") Hi, > Nobody talks about "without testing", we are in alpha. But I'm talking > about working on it, not pushing it under the carpet and hoping it somehow > gets better there. I am working on it, so do other people, but chanting > "let's remove it" is not working. If anything is "negative", this is. We are in alpha indeed, and still looking at proposals, and still without consensus. The last thing I'd want is to see namespace support pushed under the carpet, but I'd rather see it at this stage of development as part of the PHP 6 development cycle (as originally planned) than in the 5.3 development cycle (where it probably doesn't belong anyway). It's become clear that there can't simply be a 'class-only' version in 5.3 without planning for potential extension of that in 6.0, and in fact that's the sticking point. We're trying to second-guess forward compatibility for something that doesn't yet exist in its final form. To me at least, that means namespace support is starting to look less and less feasible for 5.3 unless we can agree to never extend namespace support beyond classes. Which we don't. - Steph