Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24700 invoked from network); 23 Apr 2015 10:22:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2015 10:22:07 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:33008] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/D9-35080-CC7C8355 for ; Thu, 23 Apr 2015 06:22:04 -0400 Received: by lbbzk7 with SMTP id zk7so9750192lbb.0 for ; Thu, 23 Apr 2015 03:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=5INqjqpAxcS+uBwMDSv/CoQH9I0dtZI77EwSU8Lgq4o=; b=zQd6QNKtWvzAkd+2525caIQkVCjiF7mHddvfzfnuH/v7BvQDje2uiT67AAu3SctOyk gSyQGQPCp38N3+AX0MfYRR0NzYF+vmG5+WjclyUncvDwRyMYYPjlEl0C2aylKghJkHBe K6PPFaJc28Fr1FqCvjYzsXzk2Es6OivlddShxKZ543Svk1y1kzI5CgEWLW5NdWKiFxYO +E4Slbg3Gysz9SGJKyH58JpRZJadqpYPXMHj6CYcUyUTNvtaTgR+oNVk+cFvbDnfeWVi 0rwqsq6dnkJ3wNMUY/i4GgugykIZz+iqLwq0rHPZOI/5X9VQkMOMJ+8DGxOYon2WafDi tsGg== X-Received: by 10.112.41.236 with SMTP id i12mr1890407lbl.14.1429784521372; Thu, 23 Apr 2015 03:22:01 -0700 (PDT) MIME-Version: 1.0 References: <5537826A.9010209@gmx.de> <5538881C.8010502@oracle.com> <5538C2A7.4050600@lsces.co.uk> In-Reply-To: <5538C2A7.4050600@lsces.co.uk> Date: Thu, 23 Apr 2015 10:22:00 +0000 Message-ID: To: Lester Caine , internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11346724807af6051461a6b8 Subject: Re: [PHP-DEV] Re: PDO Oracle driver From: arvids.godjuks@gmail.com (Arvids Godjuks) --001a11346724807af6051461a6b8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D1=87=D1=82, 23 =D0=90=D0=BF=D1=80 2015, 13:00, Lester Caine : On 23/04/15 06:50, christopher jones wrote: > 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. > > So, lets not mark PDO_OCI as dead just yet. It's nice to hear that it's not only the pdo_firebird driver that is restricted by PDO. Which why I was asking for a general review on the situation on database access. -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=3Dcontact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php Hello, I can definetly make a case that PDO restricts MySQL too. It lacks a lot of functionality comparing to mysqli. I also found out recently that you can't have a named param appear in a query more than once (an OR case, where 2 fields are compared against sma e value). The more you work, the more you understand that PDO was a hype, that never got finished and got almost abandoned. --001a11346724807af6051461a6b8--