Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60302 invoked from network); 30 Aug 2008 10:14:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2008 10:14:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:32916] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/BA-27196-F9D19B84 for ; Sat, 30 Aug 2008 06:14:56 -0400 Received: from MBOERGER-ZRH.corp.google.com (12-153.106-92.cust.bluewin.ch [92.106.153.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 967C811F22C; Sat, 30 Aug 2008 12:14:52 +0200 (CEST) Date: Sat, 30 Aug 2008 12:12:07 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1818816215.20080830121207@marcus-boerger.de> To: Stanislav Malyshev CC: Hannes Magnusson , Felipe Pena , Marcus Boerger , Lukas Kahwe Smith , PHP Internals List , =?iso-8859-1?Q?Johannes_Schl=FCter?= In-Reply-To: <48B85548.1030608@zend.com> References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> <7f3ed2c30808271132x7443ea3gc4df903a3a2c73ec@mail.gmail.com> <322434106.20080827234712@marcus-boerger.de> <1219885057.5961.13.camel@pena> <7f3ed2c30808272332m3066d1e5s677bb91f4b80c4b5@mail.gmail.com> <48B6E3A8.8030903@zend.com> <7f3ed2c30808291243x3ca7133cl5e15353368b25480@mail.gmail.com> <48B85548.1030608@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] alpha2 scheduled From: helly@php.net (Marcus Boerger) Hello Stanislav, Friday, August 29, 2008, 10:00:08 PM, you wrote: > Hi! >> Seems like you are answering lot of questions about namespaces lately >> with "that's not how the model was designed". > Not really, and it's not the reason, the reason why it wasn't designed > that way was explained before and was explained again. >> Guess it should have been designed in the open to begin with. > It was. Just a lot of people couldn't care less until it is a day before > feature freeze and then they wake up and want whole thing rewritten from > scratch, and don't even take time to think about what their changes > really mean and how it is going to work with all other parts of the > language. Namespaces is not the only case btw. Well partly right. No one cared when those several patches were developed. Ever since one was finally submitted people tried to discuss the implementation and behavioral differences. And you turned any discussion attempt down for various reason. Like saying it was dicussed before, like accusing people that they didn't care early enough and by saying that stuff would be discussed once everything is finalized becasue apparently the first submit wasn't supposed to be completely ready. Especially with that in mind people were waiting for a hands up and starting adiscussion on the finalized model from the developers. Nothing like that ever happened so all people that weren't really happy could do nothing else then wait for alpha releases which is the perfect time to experiement and figure out issues. Actually even without any of the history of this particular feature in mind - any new feature as big and as influentual as namespace has to be reviewed and tried out in the alpha versions - that is why we have alpha versions just as any other reasonable software application. But maybe you just want to release what we have right now without any further testing periode and have once again the end users suffer in production. Haven't we learned anything, I thought we had. Best regards, Marcus