Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11357 invoked from network); 7 Nov 2011 16:45:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2011 16:45:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 80.67.31.24 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 80.67.31.24 smtprelay01.ispgateway.de Linux 2.6 Received: from [80.67.31.24] ([80.67.31.24:58368] helo=smtprelay01.ispgateway.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/64-13242-11B08BE4 for ; Mon, 07 Nov 2011 11:45:06 -0500 Received: from [80.67.16.115] (helo=webmail.df.eu) by smtprelay01.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1RNSJi-0004P2-Ny for internals@lists.php.net; Mon, 07 Nov 2011 17:45:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 07 Nov 2011 17:45:02 +0100 To: In-Reply-To: References: Message-ID: X-Sender: christian.kaps@mohiva.com User-Agent: Roundcube Webmail/0.6 X-Df-Sender: Y2hyaXN0aWFuLmthcHNAbW9oaXZhLmNvbQ== Subject: Re: [PHP-DEV] SplClassLoader RFC Voting phase From: christian.kaps@mohiva.com (Christian Kaps) I know this topic has been discussed enough, but I think one argument was not brought up yet. The proposed solution has a bad OO design because it violates against the "Single responsibility principle". Another issue is that the proposed class is only one possible solution to load PSR-0 conform classes. I have written a blog post about this issues. Maybe someone changes his mind after reading it. http://blog.mohiva.com/2011/11/discussion-about-psr-0-autolaoder-in.html Greetings, Christian Am 07.11.2011 14:41, schrieb David Coallier: > Hey everyone, > > After lengthy discussions and various opinion, we believe this issue > has been discussed at length and the PSR-0 has had this standard > effective for the past 1.5 year. > > The SplClassLoader RFC has moved to "voting" stage. Please cast your > votes at https://wiki.php.net/rfc/splclassloader/vote > > Thank you very much for all the interest showed so far, > > -- > David Coallier