Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:19882 php.pecl.dev:3184 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19677 invoked by uid 1010); 1 Nov 2005 13:25:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19662 invoked from network); 1 Nov 2005 13:25:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2005 13:25:16 -0000 X-Host-Fingerprint: 64.233.184.192 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.192:7100] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6C/E5-02082-CBC67634 for ; Tue, 01 Nov 2005 08:25:16 -0500 Received: by wproxy.gmail.com with SMTP id 71so553374wra for ; Tue, 01 Nov 2005 05:25:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IYuE/4N+paeWKHvRyDqTz1Bsrp8WHV6LGM35w3uC/j9f863OJKNfuqhCEbxZtkhxg2utMlzqDWx8xbI3mC1lWTuFlEjaluMClQPvgVDEILca3QLb/tDPEesVKWurtMVfai+ERZfGY5zMBjk7Ceg38kgK3KnWGIP/2kiV67m5LYg= Received: by 10.54.16.77 with SMTP id 77mr1407843wrp; Tue, 01 Nov 2005 05:25:13 -0800 (PST) Received: by 10.54.76.6 with HTTP; Tue, 1 Nov 2005 05:25:13 -0800 (PST) Message-ID: <4e89b4260511010525j5698be7dq49243761717f1da4@mail.gmail.com> Date: Tue, 1 Nov 2005 09:25:13 -0400 To: "pecl-dev@lists.php.net" , "internals@lists.php.net" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Releasing PDO 1.0RC2 today; QA assistance wanted From: kingwez@gmail.com (Wez Furlong) Hey all, I'm going to release the next round of PDO packages today. Since there are so many combinations of PDO driver and OS, and because I'm really low on spare time to run the tests myself, I'd really appreciate it if you guys could run through the following steps on your systems as a last minute sanity check: - Checkout the tip of PHP_5_1 for ext/pdo, ext/pdo_mysql, ext/pdo_sqlite et= c. Using either PHP 5.0.x or PHP 5.1.x (preferably both if you have them both)= : $ cd pdo $ /prefix/bin/pear package $ /prefix/bin/pear install PDO-1.0RC2.tgz $ vi /prefix/lib/php.ini [ add extension=3Dpdo.so ] $ cd pdo_XXX $ /prefix/bin/pear package $ /prefix/bin/pear install PDO_XXX-1.0RC2.tgz $ vi /prefix/lib/php.ini [ add extension=3Dpdo_xxx.so ] Assuming that the install proceeds flawlessly, run a couple of test scripts to verify that it actually runs on your boxen. If no problems are reported, I'll be pushing the releases after I've finished work today, around 6pm EST. --Wez.