Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26242 invoked by uid 1010); 10 Aug 2007 09:26:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26227 invoked from network); 10 Aug 2007 09:26:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2007 09:26:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; 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:56600] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/A0-21499-45F2CB64 for ; Fri, 10 Aug 2007 05:26:47 -0400 Received: (qmail 28557 invoked by uid 507); 10 Aug 2007 09:26:39 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.87.137) by mail4.netbeat.de with ESMTPA; 10 Aug 2007 09:26:39 -0000 To: PHP Internals List Cc: Dmitry Stogov Content-Type: text/plain Date: Fri, 10 Aug 2007 11:26:32 +0200 Message-ID: <1186737992.2772.57.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-1.fc7) Content-Transfer-Encoding: 7bit Subject: Renaming namespaces to packages From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) 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