Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:18767 php.pecl.dev:2888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2269 invoked by uid 1010); 11 Sep 2005 06:13:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2254 invoked from network); 11 Sep 2005 06:13:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 06:13:09 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:55754] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D1/9E-17383-4FAC3234 for ; Sun, 11 Sep 2005 02:13:09 -0400 Received: by wproxy.gmail.com with SMTP id i22so1281189wra for ; Sat, 10 Sep 2005 23:13:05 -0700 (PDT) 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:content-disposition; b=Xpj2EVHxMzrCUw6ou5qTGJTR5OA6oEdsL73sliTYBg9gvduCqpa1feWYy97aPwjMo4MDLqryECw0aerymYaQXZI/qSi+3XohxSyJWWlM7/gt3r8KE+0CqYs4FAaFseq55RkbHy/mlpvazzrKvED95P9CLlOJF/nry4xmexbwM8Q= Received: by 10.54.23.14 with SMTP id 14mr428818wrw; Sat, 10 Sep 2005 23:13:05 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sat, 10 Sep 2005 23:13:05 -0700 (PDT) Message-ID: <4e89b4260509102313c665786@mail.gmail.com> Date: Sun, 11 Sep 2005 02:13:05 -0400 Reply-To: kingwez@gmail.com To: pecl-dev@lists.php.net, internals Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: PDO 1.0RC1 From: kingwez@gmail.com (Wez Furlong) I spent pretty much all day working through the outstanding PDO bugs listed on bugs.php.net and pecl.php.net. There are now no known problems with any of the main-stream drivers, so I've bumped the version numbers up to 1.0RC1 and released them via PECL (ODBC and OCI package releases are pending build/install tests). Please make the effort to download and use them so that we can catch any remaining bugs; we're getting very close to PHP 5.1 stable, and I really want you to catch any problems with the way that you use it before the release date, rather than the day after. I've also been fleshing out the PDO docs in the PHP online manual; those changes will be picked up when it is next built and pushed to the mirrors. Enjoy! --Wez.