Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24523 invoked from network); 25 Aug 2012 10:31:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2012 10:31:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=peter@likipe.se; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=peter@likipe.se; sender-id=unknown Received-SPF: error (pb1.pair.com: domain likipe.se from 109.74.1.223 cause and error) X-PHP-List-Original-Sender: peter@likipe.se X-Host-Fingerprint: 109.74.1.223 web1.likipe.se Linux 2.6 Received: from [109.74.1.223] ([109.74.1.223:38213] helo=web1.likipe.se) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/53-06857-F89A8305 for ; Sat, 25 Aug 2012 06:31:44 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:51924) by web1.likipe.se with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1T5DeW-0004EX-FI for internals@lists.php.net; Sat, 25 Aug 2012 12:31:40 +0200 Received: by pbbrp8 with SMTP id rp8so4853703pbb.29 for ; Sat, 25 Aug 2012 03:31:38 -0700 (PDT) Received: by 10.68.234.73 with SMTP id uc9mr19201957pbc.158.1345890698835; Sat, 25 Aug 2012 03:31:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.31.227 with HTTP; Sat, 25 Aug 2012 03:31:18 -0700 (PDT) In-Reply-To: References: Date: Sat, 25 Aug 2012 12:31:18 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7b33d09802b76004c8149914 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web1.likipe.se X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - likipe.se X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Aspect Oriented Programming in PHP From: peter@likipe.se (Peter Nguyen) --047d7b33d09802b76004c8149914 Content-Type: text/plain; charset=ISO-8859-1 FYI, there is already namespace support in the extension, and you can also use type hinting on the pointcuts with interfaces/traits besides class names. --047d7b33d09802b76004c8149914--