Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969385604 php.internals:85958 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93049 invoked from network); 27 Apr 2015 03:23:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2015 03:23:46 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:35007] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/60-17556-0CBAD355 for ; Sun, 26 Apr 2015 23:23:45 -0400 Received: by pabtp1 with SMTP id tp1so114558315pab.2 for ; Sun, 26 Apr 2015 20:23:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=xVz8Bl/F9gVdTNG4fu6cWJ+ErIuZ7kUwzHa/V0t9Vvs=; b=ihysutR8zjqH29u7XDR90R2I0NqevMKfjOWPdZRe0MWiV9hFDdhxt7C5bk3YLj8az7 zxfJr5UpAVSsH3A3A9UDENTDuS99HiIc6L77u9qvdl4TouLsxjk+jaAF1FmEq/1tB+tz ISLr+YMa7AoFKom2HH+b7gkyFr5xh3j9tC+zCJuJ5FuIODc7xb4+062k3CL2bAfQ4ftD BsgAZmpSnCxIFkX1gVv05OneXF9DL7vguIRmL2x2C0FpK7Vu0VCwhK6l9ttleNh7Iryl s/mUOV65mfVQHlJIzcuYRurrDXyfRVydURJsMPmADa6kCdWTpl0Xlk1wBc8ArdRxJq1E 9yDg== X-Gm-Message-State: ALoCoQl6y1ViPeCE9s3iZ6qyUiNFJBBp7SVmMB9PuHt2VC9trMPumjP6YLDwLNHGUFdToO+kprEcPp4PJBQfsbAM5fcYWFcwmOaQO3W6NjtqtXUirS88mfrdROJkBrMbsY82609kHNJ4x4cx6O31pZ0awkgZJngVBA== X-Received: by 10.70.36.42 with SMTP id n10mr18401987pdj.118.1430105022063; Sun, 26 Apr 2015 20:23:42 -0700 (PDT) Received: from [192.168.2.112] (107-137-69-239.lightspeed.sntcca.sbcglobal.net. [107.137.69.239]) by mx.google.com with ESMTPSA id jg3sm17604196pbb.72.2015.04.26.20.23.40 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Apr 2015 20:23:41 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) In-Reply-To: <5538881C.8010502@oracle.com> Date: Sun, 26 Apr 2015 20:23:39 -0700 Cc: internals@lists.php.net, petercowburn@gmail.com, phpdoc@lists.php.net X-Mao-Original-Outgoing-Id: 451797819.608733-fcb876fadf90b9ae4aa68dd2776628ee Content-Transfer-Encoding: quoted-printable Message-ID: <68E77626-81C8-4C9B-A5EC-126DE90CF203@zend.com> References: <5537826A.9010209@gmx.de> <5538881C.8010502@oracle.com> To: Christopher Jones X-Mailer: Apple Mail (2.2098) Subject: Re: [PHP-DEV] PDO Oracle driver From: andi@zend.com (Andi Gutmans) > On Apr 22, 2015, at 10:50 PM, christopher jones = wrote: >=20 > The current state is that we will be looking at PDO_OCI and OCI8 for > PHP 7 in a short while. Our good intentions got delayed as we have > been working on drivers for other languages > (https://github.com/oracle/node-oracledb and > https://bitbucket.org/anthony_tuininga/cx_oracle/). >=20 > I think the 'experimental' tag is unwarranted. It has some bugs - > probably fewer than the rest of PHP, but is usable. >=20 > Yes, we do recommend using OCI8 over PDO_OCI. This is partly due to > some inherent design and performance weaknesses of the overall PDO > architecture. >=20 > So, lets not mark PDO_OCI as dead just yet. This is good news. And I agree we shouldn=E2=80=99t give up on PDO_OCI = just yet especially if Oracle is willing to take a look at it. I actually just met with a very large global brand a couple of weeks ago = which was successfully using PDO_OCI. Andi