Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52692 invoked by uid 1010); 10 Aug 2007 10:47:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52675 invoked from network); 10 Aug 2007 10:47:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2007 10:47:12 -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:58693] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/F3-21499-3224CB64 for ; Fri, 10 Aug 2007 06:47:08 -0400 Received: from MBOERGER-ZRH (unknown [216.239.55.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id B70461B362B; Fri, 10 Aug 2007 12:46:45 +0200 (CEST) Date: Fri, 10 Aug 2007 12:46:41 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <47989882.20070810124641@marcus-boerger.de> To: =?iso-8859-15?Q?Johannes_Schl=FCter?= CC: PHP Internals List , Dmitry Stogov In-Reply-To: <1186737992.2772.57.camel@johannes.nop> References: <1186737992.2772.57.camel@johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Renaming namespaces to packages From: helly@php.net (Marcus Boerger) Hello Johannes, thanks for the work, this even fixes the WS issues introduced by the orgininal patch. marcus Friday, August 10, 2007, 11:26:32 AM, you wrote: > Hi, > I think we reached the consensus to rename namespaces to packages as our > implementation is more package-like. Therefore I wrote the corresponding > patch which tries to get rid of all "namespaces" and "ns" (well, not all > "ns" only the namespace-related ones of course) used in the code. > Additionally I changed all package-tests. Any objections? All fine. > Does anybody (with the move-on-CVS-server powers) care about the history > of the tests? Then please cp ZendEngine2/tests/ns_* to pkg_* there else > I'll do a simple cvs rm and cvs add. I do not think that history is necessary for three week old files. > The patch is at > http://schlueters.de/~johannes/php/zend_namespace_to_package.diff and > the tarball with the changed tests at > http://schlueters.de/~johannes/php/zend_package_tests.tar.bz2 > johannes Best regards, Marcus