Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86241 invoked by uid 1010); 2 Dec 2003 18:42:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86214 invoked from network); 2 Dec 2003 18:42:10 -0000 Received: from unknown (HELO longsword.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 2 Dec 2003 18:42:10 -0000 Received: from ip-66-80-117-2.nyc.megapath.net ([66.80.117.2] helo=[10.80.116.129]) by longsword.omniti.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.14) id 1ARFTO-0007G0-IC; Tue, 02 Dec 2003 13:42:10 -0500 In-Reply-To: References: <34245E0A-24F1-11D8-A17A-000393B2B3C0@omniti.com> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <44B57A25-24F7-11D8-A17A-000393B2B3C0@omniti.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Tue, 2 Dec 2003 13:42:23 -0500 To: Sebastian Bergmann X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] reflection api -> camelcaps From: george@omniti.com (George Schlossnagle) On Dec 2, 2003, at 1:22 PM, Sebastian Bergmann wrote: > George Schlossnagle wrote: >> I'd like to convert the reflection API to the current php standard of >> CamelCaps (instead of underscores) for it's class and method names. > > Why deviate from PEAR CS in this? Well, as the classes are builtin's it's not so clear to me that the packag naming rules apply directly. But this is a sound objection. George