Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20506 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92390 invoked by uid 1010); 26 Nov 2005 08:56:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92374 invoked from network); 26 Nov 2005 08:56:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 08:56:35 -0000 X-Host-Fingerprint: 81.68.134.212 c514486d4.cable.wanadoo.nl Received: from ([81.68.134.212:17244] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 71/ED-56276-24328834 for ; Sat, 26 Nov 2005 03:56:34 -0500 Message-ID: <71.ED.56276.24328834@pb1.pair.com> To: internals@lists.php.net References: <00A2E2156BEE8446A81C8881AE117F192C1D08@companyweb> <1021295893.20051125211028@marcus-boerger.de> <20051126085039.GA1332@trior.divbyzero.net> Date: Sat, 26 Nov 2005 09:55:22 +0100 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 81.68.134.212 Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps outthere) From: r.korving@xit.nl ("Ron Korving") > Speaking of this, I like Greg's suggestion about prefixing all internal > classes with PHP_. While there are certainly classes out there that are > prefixed with it, we could tell developers that starting with e.g. PHP 6 > the PHP_* class scope is reserved for the language core and must not be > used for any other purpose. > > - Martin Why would you, if you have namespaces? Ron