Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72283 invoked from network); 4 Aug 2008 07:33:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 07:33:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:53664] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/C4-46562-5C0B6984 for ; Mon, 04 Aug 2008 03:33:26 -0400 Received: from [10.1.10.5] ([10.1.10.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Aug 2008 10:34:06 +0300 Message-ID: <4896B0B4.2090801@zend.com> Date: Mon, 04 Aug 2008 11:33:08 +0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Marcus Boerger CC: Christian Seiler , php-dev List References: <48886651.80407@gmx.net> <4889F43D.8030609@gmx.net> In-Reply-To: <4889F43D.8030609@gmx.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2008 07:34:07.0577 (UTC) FILETIME=[7A830C90:01C8F604] Subject: Re: [PHP-DEV] [PATCH] Closures and reflection improvements From: dmitry@zend.com (Dmitry Stogov) Hi Marcus, I have no objections against ZE part of the patch. If you like ext/reflection part please commit the whole patch. Thanks. Dmitry. Christian Seiler wrote: > Hi, > >> http://www.christian-seiler.de/temp/php/2008-07-24-reflection/reflection-closure-fixes-5.3.patch >> >> http://www.christian-seiler.de/temp/php/2008-07-24-reflection/reflection-closure-fixes-6.patch > > > The last CVS commit for apply_func_t and TSRMLS_CC conflicted with the > patches, I merged the conflicting line manually and reuploaded the > patches to the same location. > > Regards, > Christian >