Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48548 invoked from network); 5 Jun 2009 02:10:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 02:10:17 -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:38893] helo=liberty.vosn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/09-44672-78E782A4 for ; Thu, 04 Jun 2009 22:10:16 -0400 Received: from 72-161-150-75.dyn.centurytel.net ([72.161.150.75]:55349 helo=pc1) by liberty.vosn.net with smtp (Exim 4.69) (envelope-from ) id 1MCOsd-00085Y-0J; Thu, 04 Jun 2009 20:10:03 -0600 Message-ID: To: , "Lukas Kahwe Smith" References: <4C0CAF8B-7E0B-4704-876F-34F83E0B70A7@pooteeweet.org> Date: Thu, 4 Jun 2009 21:10:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 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] 5.3.0RC3 From: php_lists@realplain.com ("Matt Wilmas") Hi Lukas, ----- Original Message ----- From: "Lukas Kahwe Smith" Sent: Wednesday, June 03, 2009 > Aloha, > > Well we have waited long enough for a fix for re2c, but Johannes and I > (based on Scott's advice) have now decided that we can live with the > current hack that simply reverts to PHP 5.2 behavior (slower parsing, > only relevant for people not using a byte code cache) when re2c fails to > handle things. Derick is looking into this issue, so we might have a fix > in time. > > As such I am only aware of the following critical issues: > 1) apply the integer parsing patch and fix the relevant tests (Please, > for the love of god, someone take care of this already) :-O Well that's done now! :-) I'm sure a couple more tests will need updating that I missed, but other than that... - Matt