Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14739 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89393 invoked by uid 1010); 9 Feb 2005 07:04:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89372 invoked from network); 9 Feb 2005 07:04:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 07:04:25 -0000 X-Host-Fingerprint: 64.233.184.200 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.200:32616] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 2C/11-19196-9F5B9024 for ; Wed, 09 Feb 2005 02:04:25 -0500 Received: by wproxy.gmail.com with SMTP id 63so96294wri for ; Tue, 08 Feb 2005 23:04:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jRT59+iMcqVytVzWHNn9i/Ym+qz5ILmrOlYpzgm9f4TsQvVKn+E83ymnzai/JAIHnko/3bNG+QBV9xEukX0S1PGijIQeKm1ym/TuyOAhB87D3Tg8PPsIsHuogYS9zjcTHMAoL5vHJbNyzJ2kCJbmr3tjImBIVPflqbgdcWRbu8M= Received: by 10.54.19.28 with SMTP id 28mr373777wrs; Tue, 08 Feb 2005 23:04:22 -0800 (PST) Received: by 10.54.59.22 with HTTP; Tue, 8 Feb 2005 23:04:22 -0800 (PST) Message-ID: <4e89b4260502082304341adb83@mail.gmail.com> Date: Wed, 9 Feb 2005 02:04:22 -0500 Reply-To: Wez Furlong To: Daniel Convissor Cc: PHP Internals List , Dan Scott In-Reply-To: <20050209063208.GA19866@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4e89b42605020821554c1ba198@mail.gmail.com> <20050209063208.GA19866@panix.com> Subject: Re: [PHP-DEV] Announce: PDO beta releases From: kingwez@gmail.com (Wez Furlong) Dan Scott mentioned to me that he has someone that is (or soon will be) working on a test suite. While a test-suite is good, it's also good for people to actually sit down and try to use it in their own way. --Wez. On Wed, 9 Feb 2005 01:32:08 -0500, Daniel Convissor wrote: > Hi Wez: > > On Wed, Feb 09, 2005 at 12:55:46AM -0500, Wez Furlong wrote: > > > > I'd like to encourage you all to try it out; as you should know, we're > > going to be releasing PDO as part of PHP 5.1, so we need as many > > people as possible to play around with it to discover any remaining > > issues. > ... > > If you find any missing features, inconsistencies between drivers, > > bugs or crashes, please report them using the PECL bug tracking > > Do you have a set of test scripts somewhere that should produce the > same results regardless of which driver is being used? Kind of like the > PEAR DB test suite. Or is each individual person going to have to make up > their own tests?