Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43060 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14709 invoked from network); 16 Feb 2009 01:45:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2009 01:45:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.46.29 yw-out-2324.google.com Received: from [74.125.46.29] ([74.125.46.29:42834] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/93-28481-A25C8994 for ; Sun, 15 Feb 2009 20:45:14 -0500 Received: by yw-out-2324.google.com with SMTP id 9so907185ywe.83 for ; Sun, 15 Feb 2009 17:45:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=WIpT6IrTJ9y5OSWd4ClKbNoR75Yz2/pdtGzm66XKx3I=; b=NR6uuz0Nvm+4hYDBo4ubVLPaPWnfhEWu1iT+vPmQ8PsmgqBT7eELpLnKGJztcaUTgJ aI7gCM3IBhphhpoyzadqvrbVKQeMJGBUrCWjs68PH9ruV1/pF+bKD+BVM85zFpnRlUIt bXvaqBRLKffWdM3E2pATc3xR0kIUi/ayGHTDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=CHbkynAQgchtqK2MMF8qQCpkciBlJKxMWGkCxUuNVrCrYkhYfo1LPsSdgpa9P8Oqso O4s8DkX/dcRyYuCk4Kqv/sH8WrW3gkNJoK22S2YjDKQM99TOx5Vl1Z4i0CwEh46Yote0 MkUH1k6+vG9WejMRQ4B1JT/j1HeVyDKT0bOdE= Received: by 10.100.166.9 with SMTP id o9mr3303370ane.59.1234748711787; Sun, 15 Feb 2009 17:45:11 -0800 (PST) Received: from ?192.168.1.2? ([189.24.70.83]) by mx.google.com with ESMTPS id d12sm8394247and.44.2009.02.15.17.45.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Feb 2009 17:45:11 -0800 (PST) To: Lester Caine Cc: PHP Development In-Reply-To: <49985F97.9000706@lsces.co.uk> References: <49985F97.9000706@lsces.co.uk> Content-Type: text/plain; charset=utf-8 Date: Sun, 15 Feb 2009 22:45:38 -0300 Message-ID: <1234748738.3298.9.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Tidying up PDO tests From: felipensp@gmail.com (Felipe Pena) Hi Lester, Em Dom, 2009-02-15 às 18:31 +0000, Lester Caine escreveu: > I've been looking into the failures on > http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests > with relation to the firebird pdo driver, and the first problem that > needs to be addressed is the SQL differences in order for the different > drivers to work. I'm seeing specific fixes for some drivers in the > tests, but how should the fact that PDO does not handle the different > SQL requirements be addressed in these generic tests? > > Obviously the first problem is identifying driver bugs from bugs in the > tests themselves, in particular the upper/lower case 'defaults', and the > use of non standard field definitions. > I'm looking at this. I'll check each test and will try to be fixing the bugs as soon as possible. Please, report whatever bug that you found. :) Thanks for the heads up! -- Regards, Felipe Pena