Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38996 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87512 invoked from network); 15 Jul 2008 22:50:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2008 22:50:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.118 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.118 rgminet01.oracle.com Linux 2.4/2.6 Received: from [148.87.113.118] ([148.87.113.118:59176] helo=rgminet01.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/A0-18000-6C92D784 for ; Tue, 15 Jul 2008 18:50:47 -0400 Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m6FMohUt032125; Tue, 15 Jul 2008 16:50:44 -0600 Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m6F98JwF000864; Tue, 15 Jul 2008 16:50:42 -0600 Received: from dhcp-5op3-5op4-west-130-35-70-197.usdhcp.oraclecorp.com by acsmt354.oracle.com with ESMTP id 10843428441216162227; Tue, 15 Jul 2008 15:50:27 -0700 Message-ID: <487D29B1.6090802@oracle.com> Date: Tue, 15 Jul 2008 15:50:25 -0700 User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Developers Mailing List , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Wez Furlong References: <487D120D.9060502@oracle.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Subject: Re: [PHP-DEV] tentative 5.3 release plan From: christopher.jones@oracle.com (Christopher Jones) Lukas Kahwe Smith wrote: > > On 15.07.2008, at 23:09, Christopher Jones wrote: > >> >> Lukas Kahwe Smith wrote: >> >> > In our dreams someone would also make PDO a focus area, since the >> number >> > of open bugs is getting ridiculous. This is also a call to the general >> > community to try and help to find a PDO maintainer. In the mean time >> > people not adapt in C might at least try and plow through the bug >> > tickets to find duplicates and verify the open tickets, write tests >> etc. >> >> For PHP 5.3 on, I'd be happy to see the Windows builds of PDO_OCI only >> produce php_pdo_oci.dll and no longer also build php_pdo_oci8.dll. >> The latter uses an older set of Oracle client libraries that allows >> connections to Oracle 7 and 8.0 databases. > > I guess for windows it just comes down to what we bundle. > > We could still support older Oracle versions with an optional > download. If we want to be super fancy, we might even include a note > in an error message when trying to connect to older versions that > there is pdo_oci8 available as an optional download from win.php.net > (or whatever our pecl4win.php.net replacement will be). I'd prefer to keep the status quo instead of making the build more complex. The idea was to simplify the distribution and move forward. The DB versions in question are Oracle 7 - released in 1993, and Oracle 8.0 - released in 1997, IIRC. These versions are even more uncommon than when PDO_OCI was created in back 2004. Users of more recent DBs (or on non-Windows platforms) won't be affected in anyway. The workaround of building your own PHP on Windows is less of a problem now there is improved Windows build infrastructure and documentation. Chris -- Christopher Jones, Oracle Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad