Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65550 invoked from network); 14 Jul 2011 19:23:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2011 19:23:26 -0000 Authentication-Results: pb1.pair.com header.from=lumbendil@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lumbendil@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: lumbendil@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:43279] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/33-39482-C224F1E4 for ; Thu, 14 Jul 2011 15:23:26 -0400 Received: by qyg14 with SMTP id 14so27659qyg.8 for ; Thu, 14 Jul 2011 12:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZXaN7GzgnHnD4+1vRSHaDIrC51Qhdp2vNGNn2kllTB4=; b=kZ+P1u+GZO5Psaf0M+OPmh8Z1euyMYPow6Ln8fvYrJr+sFnrEa6mh8SnMYZItRqd0w FDLuzrgTIJk6exqmwf48tI8LQdY3SWJcywOckfLQK288UhU+y4DEheYQiz3fRHr5/bNN qXra3tSA76VVJ9y2JspKg8ConOc6g5ohTd8Vs= MIME-Version: 1.0 Received: by 10.229.205.170 with SMTP id fq42mr2010526qcb.69.1310671402429; Thu, 14 Jul 2011 12:23:22 -0700 (PDT) Received: by 10.229.128.166 with HTTP; Thu, 14 Jul 2011 12:23:22 -0700 (PDT) In-Reply-To: References: <4E17F5A0.3070409@sugarcrm.com> <4E1B9343.3090000@sugarcrm.com> <967B58EB-C704-40CD-AFEE-D0CA2192F4FA@roshambo.org> <4E1DC072.8080300@sugarcrm.com> <4E1DE20E.20902@sugarcrm.com> <4E1DEE7C.8030203@sugarcrm.com> <4E1DF484.6090806@sugarcrm.com> <4E1DF834.2020201@thelounge.net> <4E1F33CF.9050708@sugarcrm.com> Date: Thu, 14 Jul 2011 21:23:22 +0200 Message-ID: To: Hannes Landeholm Cc: Stas Malyshev , internals@lists.php.net Content-Type: multipart/alternative; boundary=0016369fa2335bebe804a80c77b5 Subject: Re: [PHP-DEV] [VOTE] 5.4 features vote From: lumbendil@gmail.com (Roger Llopart Pla) --0016369fa2335bebe804a80c77b5 Content-Type: text/plain; charset=ISO-8859-1 Maybe it could be implemented as a PECL package and then on a future version added to the core of PHP? 2011/7/14 Hannes Landeholm > Okay, maybe it could be attempted to be squeezed in anyway to 5.4? I really > need this feature and apparently others feel the same way. > > - It would benefit MVC framework design - one of the most common design > pattern for web development. > - The ticket has been open for over a year now and it has a lot of votes > and > high score. (High priority.) > - It's not especially complex. (Easy to implement.) > - It's not a language construct. (Non-controversial.) > - It's already implemented in other OOP languages and has been extensivly > researched. (Non-controversial.) > - It could be implemented by adding a single additional Spl class. (Easy to > implement.) > > --0016369fa2335bebe804a80c77b5--