Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87151 invoked by uid 1010); 1 Feb 2005 19:26:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87136 invoked from network); 1 Feb 2005 19:26:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2005 19:26:27 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:47607] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id D0/BA-05384-0E7DFF14 for ; Tue, 01 Feb 2005 14:26:26 -0500 Received: (qmail 27119 invoked from network); 1 Feb 2005 19:26:21 -0000 Received: from localhost (HELO andi-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 1 Feb 2005 19:26:21 -0000 Message-ID: <5.1.0.14.2.20050201111730.0299da70@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 01 Feb 2005 11:26:15 -0800 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: PHP 5.1 From: andi@zend.com (Andi Gutmans) Hey, I just heard from Wez that PDO is in very advanced stages now (ready for beta). I would like to start the PHP 5.1 release process. Due to the lack of testing both the new engine VM and PDO have received I would like to start with a beta process so that we get feedback. I know there are still some fixes that need to be applied both in the engine and in extensions so I would like to release a beta on March 1st (a month from today). Derick also mentioned that his new very much needed Date extension will be ready by that date. I believe both PDO and Date should be included in the default distro. As far as PDO is concerned I think for each DB if it is selected at configure time, the relevant PDO extension should also be enabled. So doing --with-oci8 should enable both ext/oci8 and ext/pdo_oci. This will give users more of a choice, give more exposure to PDO which is one of the most important features of 5.1 and of course, it doesn't really cost us very much except for having to do some configure hacking. Comments/Flames/Praises to this list :) Andi