Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37935 invoked from network); 11 May 2011 16:55:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2011 16:55:33 -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.121 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.121 rcsinet10.oracle.com Linux 2.6 Received: from [148.87.113.121] ([148.87.113.121:42926] helo=rcsinet10.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/10-36343-48FBACD4 for ; Wed, 11 May 2011 12:55:33 -0400 Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p4BGtQCG023062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 May 2011 16:55:28 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p4BGtPxD002243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 May 2011 16:55:26 GMT Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p4BGtJpB018198; Wed, 11 May 2011 11:55:19 -0500 Received: from [130.35.68.31] (/130.35.68.31) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 11 May 2011 09:55:19 -0700 Message-ID: <4DCABF76.3010907@oracle.com> Date: Wed, 11 May 2011 09:55:18 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Guilherme Blanco CC: internals@lists.php.net Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A090201.4DCABF80.00E2:SCFSTAT5015188,ss=1,fgs=0 Subject: Re: [PHP-DEV] annotations again From: christopher.jones@oracle.com (Christopher Jones) guilhermeblanco@gmail.com wrote: > > PDO is another case in point - that is still not accepted and fully > > functional as a replacement for the genric drivers ... ADOdb still provides > > a valid abstraction layer, and if you must use PDO then it just loads that > > instead of the generic one ... and it runs just as fast on either. PDO is > > functional, but needs more work, however there are few people that find the > > need for improving it? > > > > PDO is horrible. You have to implement workarounds for almost every driver > For example Oracle driver... I already reported to Chris tons of > issues (bug ids) that even include patches for each situation and I > saw a *VERY* few bugs fixed. > I know he has priorities and etc, but it seems that you flood your > mouth to talk about PDO, but actually, writing abstraction drivers > around it is very painful. For the Oracle Database, Oracle contributes to and recommends the OCI8 extension. We don't contribute to PDO_OCI. Chris