Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37496 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57801 invoked from network); 6 May 2008 13:55:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2008 13:55:57 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.151.69.1 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.151.69.1 liberty.vosn.net Linux 2.4/2.6 Received: from [209.151.69.1] ([209.151.69.1:40057] helo=liberty.vosn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/86-22382-C6360284 for ; Tue, 06 May 2008 09:55:57 -0400 Received: from 75-121-89-127.dyn.centurytel.net ([75.121.89.127]:54764 helo=pc1) by liberty.vosn.net with smtp (Exim 4.68) (envelope-from ) id 1JtNe5-0007xf-3a; Tue, 06 May 2008 07:55:53 -0600 Message-ID: <01e001c8af80$e6490940$0201a8c0@pc1> To: , "Rasmus Lerdorf" References: <013a01c8aec5$b189d650$0201a8c0@pc1> <481F8BCD.30207@lerdorf.com> Date: Tue, 6 May 2008 08:55:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - liberty.vosn.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - realplain.com Subject: Re: [PHP-DEV] [PATCH] Some string changes/optimizations From: php_lists@realplain.com ("Matt Wilmas") Hi Rasmus, Sorry about the patch format. :-/ It's been updated to correct that, as well as fix a test failure that Felipe mentioned. And as Felipe said, the invalid opcode is because the patch doesn't include the zend_vm_execute.h changes, and zend_vm_gen.php needs to be run first. I also should have mentioned that! - Matt ----- Original Message ----- From: "Rasmus Lerdorf" Sent: Monday, May 05, 2008 > A bit of a messy patch in that it doesn't have a single top-level > directory, but after hacking it, it applied. For others testing this, > make sure you run ext/tokenizer/tokenizer_data_gen.sh and of course > genfiles with the latest re2c. > > I'm still not getting something that works though. Everything compiles > fine, but make test is throwing: > > Fatal error: Invalid opcode 56/16/8. in > /Users/rasmus/php53/run-tests.php on line 547 > > Could we get a cleaner patch to have a look at? One that doesn't hurt > my brain quite as much to get working? > > -Rasmus