Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33038 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64334 invoked by uid 1010); 6 Nov 2007 08:08:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64318 invoked from network); 6 Nov 2007 08:08:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2007 08:08:49 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@nohn.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sebastian@nohn.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain nohn.net designates 85.214.77.40 as permitted sender) X-PHP-List-Original-Sender: sebastian@nohn.net X-Host-Fingerprint: 85.214.77.40 bxpcsr02.nohn.net Linux 2.5 (sometimes 2.4) (4) Received: from [85.214.77.40] ([85.214.77.40:42225] helo=bxpcsr02.nohn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/48-03007-01120374 for ; Tue, 06 Nov 2007 03:08:48 -0500 Received: from localhost (localhost [127.0.0.1]) by bxpcsr02.nohn.net (Postfix) with ESMTP id 895E2938003; Tue, 6 Nov 2007 09:08:45 +0100 (CET) Received: from bxpcsr02.nohn.net ([127.0.0.1]) by localhost (h939937.serverkompetenz.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09343-04; Tue, 6 Nov 2007 09:08:45 +0100 (CET) Received: from [192.168.1.125] (dslb-084-063-025-057.pools.arcor-ip.net [84.63.25.57]) by bxpcsr02.nohn.net (Postfix) with ESMTP id 3C235938002; Tue, 6 Nov 2007 09:08:45 +0100 (CET) Message-ID: <47302105.3080007@nohn.net> Date: Tue, 06 Nov 2007 09:08:37 +0100 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Dmitry Stogov CC: internals@lists.php.net References: <000601c82047$75feaa50$6e02a8c0@thinkpad> In-Reply-To: <000601c82047$75feaa50$6e02a8c0@thinkpad> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] T_IMPORT -> T_USE; [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_compile.c zend_compile.h zend_language_parser.y zend_language_scanner.l From: sebastian@nohn.net (Sebastian Nohn) Dmitry Stogov wrote: > Hi, > > I'm going to commit the same patch into PHP_5_3 tomorrow. Thanks a lot! - Sebastian