Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8447 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28277 invoked by uid 1010); 8 Mar 2004 16:21:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28253 invoked from network); 8 Mar 2004 16:21:58 -0000 Received: from unknown (HELO sys30.mail.msu.edu) (35.9.75.130) by pb1.pair.com with SMTP; 8 Mar 2004 16:21:58 -0000 Received: from 66-65-38-153.nyc.rr.com ([66.65.38.153] helo=chiaraquartet.net) by sys30.mail.msu.edu with asmtp (Exim 4.24 #37) (TLSv1:AES256-SHA:256) id 1B0NVu-0002Zz-7T for internals@lists.php.net; Mon, 08 Mar 2004 11:21:58 -0500 Message-ID: <404C9DB3.1090507@chiaraquartet.net> Date: Mon, 08 Mar 2004 11:22:11 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <20040308050746.29947.qmail@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: Re: [PHP-DEV] minor change fixed major bug in tokenizer From: greg@chiaraquartet.net (Greg Beaver) Hi Derick and all, I downloaded a snapshot from last Friday, and it didn't crash. I don't know what I'm doing wrong, is there anything obviously awry with my configure statement? C:\WINNT\SYSTEM32\cscript.exe /nologo configure.js --enable-prefix=C:\php5 --with-php-build=C:\usr\local --with-extra-includes=C:\usr\local\include --with-extra-libs=C:\usr\local\lib --enable-debug --enable-apache --with-apache-includes=C:\l\apache-1.3.27\src\include --with-apache-libs=C:\l\apache-1.3.27\src\lib It turns out that it crashes even with my patch, so there is something else going on. I did a fresh CVS checkout to make sure that wasn't the problem. Thanks, Greg Derick Rethans wrote: > 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