Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93538 invoked by uid 1010); 3 Dec 2003 15:42:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93514 invoked from network); 3 Dec 2003 15:42:33 -0000 Received: from unknown (HELO mail.dybnet.de) (195.75.116.242) by pb1.pair.com with SMTP; 3 Dec 2003 15:42:33 -0000 Received: (qmail 24423 invoked by uid 508); 3 Dec 2003 15:43:29 -0000 Received: from unknown (HELO vandal) (vandal@212.202.39.121) by www.dybnet.de with RC4-MD5 encrypted SMTP; 3 Dec 2003 15:43:29 -0000 To: "'Sascha Schumann'" Cc: Date: Wed, 3 Dec 2003 16:41:02 +0100 Organization: BackendMedia GbR MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: Thread-Index: AcO5s75UM6oy9DL/Rcqb2cgGXOUmrwAAChYw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / CODING_STANDARDS From: smith@backendmedia.com ("Lukas Smith") Message-ID: References: > From: Sascha Schumann [mailto:sascha@schumann.cx] > Sent: Wednesday, December 03, 2003 4:39 PM > > The fact that PEAR has a serious problem extending non studlyCap objects > is > > probably something a lot of people in PHP core don't care about. > > Please elaborate. Well if I extend a class that doesnt use studlyCaps, yet the PEAR CS requires that I use studlyCaps, then I have a problem. Essentially I can only wrap and not extend. I guess you can say this is our problem however, since we could also choose to loosen our CS to allow underscores. I don't feel that having to ways in there is the way to go. I prefer to stay with one which results in the fewest breaks with the outside world. Regards, Lukas