Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28411 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6305 invoked by uid 1010); 19 Mar 2007 07:55:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6290 invoked from network); 19 Mar 2007 07:55:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2007 07:55:27 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:56965] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/50-02567-DE14EF54 for ; Mon, 19 Mar 2007 02:55:26 -0500 Received: from baumbart.mbo (dslb-084-063-014-105.pools.arcor-ip.net [84.63.14.105]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 4B4FD1B35F7; Mon, 19 Mar 2007 08:55:22 +0100 (CET) Date: Mon, 19 Mar 2007 08:54:00 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <48938337.20070319085400@marcus-boerger.de> To: Wez Furlong CC: internals@lists.php.net In-Reply-To: References: <86478A67-DCA2-4000-9EF0-DA4338E8389B@omniti.com> <24F7763B-824F-42B9-B7DA-C831BCF37D04@omniti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP From: helly@php.net (Marcus Boerger) Hello Wez, interesting solution. Nice work:-) Monday, March 19, 2007, 1:48:31 AM, you wrote: > Updated patch at http://pastebin.ca/400952 > Not 100% sure if my hack in zend_compile.c is righteous, but it > doesn't seem too far wrong. > --Wez. Best regards, Marcus