Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34217 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53095 invoked by uid 1010); 22 Dec 2007 16:55:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53080 invoked from network); 22 Dec 2007 16:55:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2007 16:55:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=cellog@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cellog@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 38.99.98.18 as permitted sender) X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:52675] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/D0-46879-6714D674 for ; Sat, 22 Dec 2007 11:55:19 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 641D5C0FE12; Sat, 22 Dec 2007 09:55:15 -0700 (MST) Received: from [192.168.1.103] (ftcl002.digis.net [66.17.140.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id E4307C0FE13; Sat, 22 Dec 2007 09:55:14 -0700 (MST) Message-ID: <476D416F.5090406@php.net> Date: Sat, 22 Dec 2007 10:55:11 -0600 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Christian Seiler CC: internals@lists.php.net References: <98b8086f0712150818n40056cedyf0aae7a5a08a27b7@mail.gmail.com> <476582E6.7020808@zend.com> <200712172130.08216.larry@garfieldtech.com> <4FADC266-873E-4FD2-BEC8-28EA9D833297@procata.com> <476D2854.5070803@gmx.net> In-Reply-To: <476D2854.5070803@gmx.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: PATCH: Implementing closures in PHP From: cellog@php.net (Greg Beaver) Christian Seiler wrote: > Hi, > > I was following this thread and came upon Jeff's posting on how closures > could be implemented in PHP. Hi, typo alert: Index: Zend/zend_vm_def.h =================================================================== RCS file: /repository/ZendEngine2/zend_vm_def.h,v retrieving revision 1.59.2.29.2.48.2.25 diff -u -r1.59.2.29.2.48.2.25 zend_vm_def.h --- Zend/zend_vm_def.h 14 Dec 2007 14:14:50 -0000 1.59.2.29.2.48.2.25 +++ Zend/zend_vm_def.h 22 Dec 2007 13:52:44 -0000 @@ -1,4 +1,4 @@ -/* +f/* Very impressive patch, I'll be interested to try it out when I get a chance. Greg