Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9579 invoked from network); 23 Aug 2012 20:11:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2012 20:11:11 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.214.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:33525] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/65-19512-C5E86305 for ; Thu, 23 Aug 2012 16:11:09 -0400 Received: by obbwc18 with SMTP id wc18so3097837obb.29 for ; Thu, 23 Aug 2012 13:11:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=EoP6U9Snertrx/HODlJxmiKapDC27lNjgAN++3W9nRU=; b=kT4IpPHWC2BsR2hExhhGO6L4T2hZ2KKefLL4gzUrtK9Q0iF9OG/kOfG9ICPpt3V1HF cWhv6ERG/AEOGTQTVZq8OX8a4OxcmA1RvtJRroOdvH5gLhvs2EQgbDSSdonGac3p6CeE jyQIrj4TqdQww3+1QxsM+jkwNmm0RTQ986m1fP6kIyqUPJdkGc2CJcKDXM83Eg+MDc8P MbS3nzWHnF7rpsqya8JUAto2OaYPjOwlR3CAUjFq1X9HsigA051Zi9RpOaeJRrQFB/FR GHntb2bLpBeZbGocdACmB5P5Wr1cCrqsJdMv2SjlJd9sSDfrgmFkoI1HiwlSEId2ZTKH +eIQ== Received: by 10.60.31.39 with SMTP id x7mr2162741oeh.66.1345752666162; Thu, 23 Aug 2012 13:11:06 -0700 (PDT) Received: from Ralphs-Mac-Pro.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPS id a3sm5481964oeb.6.2012.08.23.13.11.05 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2012 13:11:05 -0700 (PDT) Message-ID: <50368E58.9080606@ralphschindler.com> Date: Thu, 23 Aug 2012 15:11:04 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQm3liV6ThKdQlPHbs0U9/sBYtrblMqd9Xgi3ROzQk7CemYTnlUI2f/u+dq49638tMkCIqyk Subject: Re: [PHP-DEV] Aspect Oriented Programming in PHP From: ralph@ralphschindler.com (Ralph Schindler) I've started using this extension on a personal project. So far, I really love it. If the performance aspects of it remain minimal, and the syntax remains simple/non-complex, I can see this as a component that would benefit many by being included in core. -ralph On 8/23/12 11:16 AM, Pierre Joye wrote: > hi, > > On Thu, Aug 23, 2012 at 4:36 PM, 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? > > http://pecl.php.net/package/AOP > > looking for feedback, contribs, etc. > > For the record here :) > > Cheers, >