Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62423 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40860 invoked from network); 23 Aug 2012 14:59:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2012 14:59:29 -0000 Authentication-Results: pb1.pair.com header.from=william.betts@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=william.betts@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: william.betts@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:33677] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/00-40468-F4546305 for ; Thu, 23 Aug 2012 10:59:28 -0400 Received: by wgx1 with SMTP id 1so469218wgx.11 for ; Thu, 23 Aug 2012 07:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UibiavdxXdm9WNY7FMxwFYCCSNA2wtvzyUsqpdiV+0s=; b=OxzgzjXUYAQKTe67WgSFmeU+HVZ72katiTqixjQSJU3EOM6OIVShRRu0nHdZ44konY 8UOVm2y/AXS9UnLkzBZNNqo3MoAfAdE2n5KsPEr8BB5XmNZqqtlV6GOFQUqohTO/5/D1 RE2eMsLiTI9IVctR6/fYaQ6nppSGOcb3nRMM3nGDD4BLcqH9dmRIE2fNiXpglzuzXwT7 XpjZRKCDj5OcRHWLlzppuuhN52f42m4Aax1RUEGDpSX8cRRT6d/DWUx0Nu9LoE0Ul2li uoCvdtPFTIvm/30H2aPKZH6pJOkv+yAtkIgTs2IUKn4F8LE0qkMdjf93FuCOsb7YSPQz uLSA== MIME-Version: 1.0 Received: by 10.180.105.6 with SMTP id gi6mr4795751wib.4.1345733964957; Thu, 23 Aug 2012 07:59:24 -0700 (PDT) Received: by 10.216.39.194 with HTTP; Thu, 23 Aug 2012 07:59:24 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Aug 2012 07:59:24 -0700 Message-ID: To: Peter Nguyen Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Aspect Oriented Programming in PHP From: william.betts@gmail.com (William Betts) On Thu, Aug 23, 2012 at 7:36 AM, Peter Nguyen wrote: > Hi, > > AOP (http://en.wikipedia.org/wiki/Aspect-oriented_programming) when used > correctly, can make your application really modular. I've seen several > implementations but they all require compiling of code beforehand. There is > however a PECL extension now (https://github.com/AOP-PHP/AOP) that enable > AOP in PHP directly. I was wondering if there are any interests/possibility > to include AOP into the PHP core? > > Best regards, > > Peter I know very little about AOP and don't pretend to know a lot, but how would we benefit from directly adding it into core instead of taking the approach FLOW3 did?