Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84655 invoked by uid 1010); 17 Aug 2007 13:24:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84639 invoked from network); 17 Aug 2007 13:24:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 13:24:46 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:56609] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/31-10128-B91A5C64 for ; Fri, 17 Aug 2007 09:24:44 -0400 Received: (qmail 14435 invoked by uid 507); 17 Aug 2007 13:24:39 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.89.219) by mail4.netbeat.de with ESMTPA; 17 Aug 2007 13:24:39 -0000 To: PHP Internals List In-Reply-To: <1186737992.2772.57.camel@johannes.nop> References: <1186737992.2772.57.camel@johannes.nop> Content-Type: text/plain; charset=UTF-8 Date: Fri, 17 Aug 2007 15:24:23 +0200 Message-ID: <1187357063.3724.69.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-1.fc7) Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Renaming namespaces to packages From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, I've updated the patch to be compatible with Dmitry's latest changes: http://schlueters.de/~johannes/php/zend_namespace_to_package_20070817.diff johannes On Fri, 2007-08-10 at 11:26 +0200, Johannes Schlüter 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? > > 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. > > 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 >