Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79476 invoked from network); 9 Feb 2010 15:11:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2010 15:11:18 -0000 Authentication-Results: pb1.pair.com header.from=ewgraf@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ewgraf@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ewgraf@gmail.com X-Host-Fingerprint: 209.85.220.224 mail-fx0-f224.google.com Received: from [209.85.220.224] ([209.85.220.224:49965] helo=mail-fx0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/A5-46825-51B717B4 for ; Tue, 09 Feb 2010 10:11:18 -0500 Received: by fxm24 with SMTP id 24so847188fxm.23 for ; Tue, 09 Feb 2010 07:11:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=t0zoQNRTw9aCj3D3K6O5BhkG0gdvPHt1zJmFfBdxG9E=; b=HBmQ2ErwCf0Wr7DkFvWIUpOx/Pb4Lr5S3yz/P7CcW8Y6evDNFjGOqJmm4TL5OIPrTM asTK/ceVaHBBWNvwiF+a7BQVTBvvN0z+L3+FpO26VsJ1lWAqsrCMam9ahVu5LJPn3Vv/ u1xEHzkXEpDT4yE0jp9btm/Xp2UVXRLCpjS64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gfkDLuFpjPkL/DKf89WMS70m8YibqziRsCZ4fYyaiOSvo1k5dte7mg0WXd+3whPJxS HRquWLsw0iIGmDH5pOsJHcuQKRsZvFWYq/qprSf0mXa72jbOTQb3rr7WeKpxEd2Oi6f6 XwINAMAPVYeVBcNIjXh/KlUfbIBwLs7YMtOxw= MIME-Version: 1.0 Received: by 10.216.86.213 with SMTP id w63mr2066524wee.71.1265728274789; Tue, 09 Feb 2010 07:11:14 -0800 (PST) In-Reply-To: <1265723806.2988.193.camel@guybrush> References: <1265723806.2988.193.camel@guybrush> Date: Tue, 9 Feb 2010 20:11:14 +0500 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PATCH for bug #47199 From: ewgraf@gmail.com (Sokolov Evgeniy) > did you really run this test and was it successful? - doesn't looklike > for me. I just run "php tests/27_bug47199.phpt" and check the result output. Is this correct way? >> Property changes on: tests/27_bug47199.phpt > This isn't needed. Okey, I just use previous test in this dir as example. Remove this property > And please also add a link to the patch to the bug report Can it be link on pastebin.org? For example http://pastebin.org/88880 2010/2/9 Johannes Schl=C3=BCter : > =D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9, > > thanks for the patch.I didn't fully review it but I wonder about a > thing: > > On Tue, 2010-02-09 at 16:27 +0500, =D0=A1=D0=BE=D0=BA=D0=BE=D0=BB=D0=BE= =D0=B2 =D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9 wrote: >> Index: tests/27_bug47199.phpt >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- tests/27_bug47199.phpt =C2=A0 =C2=A0(revision 0) >> +++ tests/27_bug47199.phpt =C2=A0 =C2=A0(revision 0) > [...9 >> +--EXPECTF-- >> +DELETE FROM WHERE null_field IS NULL AND >> not_null_field=3D2; >> +Done >> \ No newline at end of file > > did you really run this test and was it successful? - doesn't looklike > for me. > >> Property changes on: tests/27_bug47199.phpt >> ___________________________________________________________________ >> Added: svn:executable >> =C2=A0 =C2=A0+ * > > This isn't needed. > > And please also add a link to the patch to the bug report, so it won't > get lost, which can happen on a mailing list too easy. > > johannes > > best regards