Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71866 invoked by uid 1010); 8 Mar 2004 08:08:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71809 invoked from network); 8 Mar 2004 08:08:43 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 8 Mar 2004 08:08:43 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i2888e9b021667; Mon, 8 Mar 2004 09:08:40 +0100 Date: Mon, 8 Mar 2004 09:08:40 +0100 (CET) X-X-Sender: derick@localhost To: Greg Beaver cc: internals@lists.php.net In-Reply-To: <20040308050746.29947.qmail@pb1.pair.com> Message-ID: References: <20040308050746.29947.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] minor change fixed major bug in tokenizer From: derick@php.net (Derick Rethans) On Mon, 8 Mar 2004, Greg Beaver wrote: > Hi all, > > can someone with a spare moment apply the patch in > http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash > when tokenizing anything with __METHOD__ in it (bad) Done, although I couldn't get it to crash at all... Derick