Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60708 invoked from network); 14 Oct 2008 21:11:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2008 21:11:04 -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.138 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.138 smtprelay-virgin0138.hostedemail.com Received: from [64.99.136.138] ([64.99.136.138:54831] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/5B-25867-7EA05F84 for ; Tue, 14 Oct 2008 17:11:04 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay07.hostedemail.com (Postfix) with SMTP id 4D53ECFA81B; Tue, 14 Oct 2008 21:11:01 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,937bf325298d1889,691ff1dea13fdf9b,steph@php.net,phpwnd@gmail.com:stas@zend.com:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945: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:2379:2393:2553:2559:2562:2692:2693:2828:3027:3353:3622:3865:3866:3867:3868:3869:3870:3872:3874:3876:3877:5007:6114:6119:6261:7653:7875:7903:9010,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 omf13.hostedemail.com (Postfix) with ESMTP; Tue, 14 Oct 2008 21:11:00 +0000 (UTC) Message-ID: <017f01c92e41$9a2b2300$3ffc1f3e@foxbox> To: "Josh Davis" Cc: "Stanislav Malyshev" , "PHP internals" References: <696583.1217.qm@web707.biz.mail.mud.yahoo.com> <48F4E520.5050200@lsces.co.uk> <48F4E824.7020104@zend.com> <002901c92e2f$acdac990$3ffc1f3e@foxbox> <48F4F160.1040407@zend.com> <004d01c92e35$20c9cbd0$3ffc1f3e@foxbox> <48F4F7EE.2030609@zend.com> <007b01c92e37$b2952e90$3ffc1f3e@foxbox> <48F4FAF4.50509@zend.com> <00e101c92e3c$d5194b90$3ffc1f3e@foxbox> <11c607a60810141401h6d69f5e3r6bd1f25cb07a58bb@mail.gmail.com> Date: Tue, 14 Oct 2008 22:12:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; 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") Hi Josh, > I'd like to point out that those people started working with > namespaces *before* the idea of dropping them (or postponing them to > PHP 6) appeared on the list. I doubt those people would have done the > same if they had been told that namespaces may very well not be > available until PHP 6. Surely everyone can see the very public ongoing discussions on internals@ over the course of this and last year? > Namespace support in 5.3 received quite a lot of coverage this year > through blogs, articles and presentations, that's why some people > started implementing them or prepared to migrate their codebase. Now > if they're told it's postponed indefinitely (until PHP 6 gets a > tentative schedule) they'll feel burned and they'll think twice before > investing any time in testing new features in future releases. There's a very big difference between 'testing' and 'preparing to migrate a codebase'. > I think that's what Stas meant, people would not take the risk to > implement such extensive changes without the assurance that namespace > will be available. Those who already did were pretty sure that 5.3 > would have namespaces. And of course those same people don't mind a bit if the implementation has changed 8 times in the last 6 months, because they understand that they're testing a moving target. No? - Steph