Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:14736 php.pecl.dev:1920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28198 invoked by uid 1010); 9 Feb 2005 05:55:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28173 invoked from network); 9 Feb 2005 05:55:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 05:55:49 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:47351] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 67/4F-19196-5E5A9024 for ; Wed, 09 Feb 2005 00:55:49 -0500 Received: by wproxy.gmail.com with SMTP id 63so94143wri for ; Tue, 08 Feb 2005 21:55:46 -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:mime-version:content-type:content-transfer-encoding; b=nX59U0cOrgcbtuyssHQnylnv7dDFEOWgpMbwP0CLGQTkB4crDSxk+3eonB4L3fgPK5Q1xxBihtzyhDui7topuRU42PjMW/vyOVGeTZA7X5s9246TDKx30Oj8QgiGjY58a/VhHIyctiHRbmMqSc8nmdhsfPyPDaf+Nbdgbz0m5pM= Received: by 10.54.19.28 with SMTP id 28mr340904wrs; Tue, 08 Feb 2005 21:55:46 -0800 (PST) Received: by 10.54.59.22 with HTTP; Tue, 8 Feb 2005 21:55:46 -0800 (PST) Message-ID: <4e89b42605020821554c1ba198@mail.gmail.com> Date: Wed, 9 Feb 2005 00:55:46 -0500 Reply-To: Wez Furlong To: PECL Announce , internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Announce: PDO beta releases From: kingwez@gmail.com (Wez Furlong) You may have noticed my "drive-by release" of various different PDO packages tonight/this morning. This is stage one of the "PDO push". 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. Some drivers have had more testing and support than others, simply because they are easier or more convenient to develop and test against. If you find any missing features, inconsistencies between drivers, bugs or crashes, please report them using the PECL bug tracking system. Please categorize bugs correctly, and, if possible, try out more than one driver. If you have the same problem for more than one driver, report the bug using the PDO bug reporting page, otherwise use the bug reporting page for your driver. The bug reporting pages can be found by visiting http://pecl.php.net/ and clicking on the "Package Bugs" link. Please don't submit the same problem more than once; add your feedback to existing bugs if it is appropriate. During the PDO push, I want to release updated PDO packages at the end of each day in which a bug is found and fixed. Please help me with this task by reporting any issues as clearly and completely as possible. Now is the time to test and evaluate PDO; if we don't get enough feedback over the next couple of weeks, it won't make it into PHP 5.1 and you'll have to wait until the next major PHP release. You'll no doubt be wondering how to use PDO, so here are some useful resources: The PHP manual: http://www.php.net/manual/en/ref.pdo.php Various posts from my blog; some information is slightly outdated, one of the links includes slides from one of my talks on PDO at the php|works conference last year: http://netevil.org/node.php?uuid=41572e4a-0757-8311-6093-1572e4a93e1b http://netevil.org/node.php?uuid=415464e0-6270-1081-4799-15464e02aa74 http://netevil.org/node.php?uuid=a1907cf3-1afc-4ffe-b36b-a17b405fbeb5 http://netevil.org/node.php?uuid=bf0a58d7-68ab-49d0-9a29-f5ec97c5dfde My article on the Oracle Technology Network giving an overview of PDO. Again, some information my be slightly outdated. http://www.oracle.com/technology/pub/articles/php_experts/otn_pdo_oracle5.html Also during the PDO push, I'll be working with Dan to help flesh out the official PHP documentation for PDO, and quite probably blogging little handy snippets for some of the newer/more advanced features. Thanks for your attention, and looking forward to your feedback. --Wez.