Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15949 invoked from network); 7 Oct 2008 12:21:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2008 12:21:37 -0000 Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.21 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.21 gmp-eb-inf-1.sun.com Solaris 10 (beta) Received: from [192.18.6.21] ([192.18.6.21:57605] helo=gmp-eb-inf-1.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/80-48736-0545BE84 for ; Tue, 07 Oct 2008 08:21:36 -0400 Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10]) by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m97CLXTw003739 for ; Tue, 7 Oct 2008 12:21:33 GMT Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K8D00D018SWWY00@fe-emea-10.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Tue, 07 Oct 2008 13:21:33 +0100 (BST) Received: from [192.168.1.101] ([82.135.64.202]) by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K8D002IGBNMPT70@fe-emea-10.sun.com>; Tue, 07 Oct 2008 13:21:27 +0100 (BST) Date: Tue, 07 Oct 2008 14:21:20 +0200 In-reply-to: Sender: Johannes.Schlueter@Sun.COM To: Tim Steiner Cc: internals@lists.php.net Message-ID: <1223382080.4412.17.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain Content-transfer-encoding: 7BIT References: Subject: Re: [PHP-DEV] [PATCH] Bug #44251 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Mon, 2008-10-06 at 10:40 -0500, Tim Steiner wrote: > Greetings, > > I have created a patch for Bug #44251 (Question mark and an escaped > singel quote lead to an exception). Thanks, the test passed my initial tests, I'll commit it later today to the branches. > This is my first patch submission, so I have some questions: > The patch is against 5.2.6. Should it be against a different version? In general: It would be perfect to provide a patch for all active branches (HEAD/6.0, 5.3 and, as this is a bugfix, 5.2) against CVS. In this case PDO doesn't differ too much between the branches so your patch works directly so no work needed. > I had to alter a .re file and a regenerated the .c file with re2c > 0.13.5. Should I use a different version and if so where can I get it? > Should I even be submitting the updated .c file? re2c can be found at http://re2c.org 0.13.5 is the latest version and is fine. And yes, providing the generated files in a patch helps people testing (while everybody working in that area should have re2c available) > Thanks! Thank you! johannes