Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15587 invoked by uid 1010); 3 Dec 2003 15:52:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15503 invoked from network); 3 Dec 2003 15:52:43 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 3 Dec 2003 15:52:43 -0000 Received: (qmail 27660 invoked by uid 501); 3 Dec 2003 15:52:43 -0000 Received: from unknown (HELO fragrance) (217.160.72.104) by kdserv.de with SMTP; 3 Dec 2003 15:52:43 -0000 Date: Wed, 3 Dec 2003 16:52:43 +0100 (CET) X-X-Sender: sas@fragrance To: Lukas Smith cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / CODING_STANDARDS From: sascha@schumann.cx (Sascha Schumann) On Wed, 3 Dec 2003, Lukas Smith wrote: > > 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. Agreed. > 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. You apparently live in an alternative "outside world". In mine, there are 99% C bindings where studlyCaps virtually do not exist. - Sascha