Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22397 invoked from network); 22 Apr 2015 13:39:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2015 13:39:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=stelian.mocanita@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stelian.mocanita@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: stelian.mocanita@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:35179] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/B1-10126-484A7355 for ; Wed, 22 Apr 2015 09:39:17 -0400 Received: by lbbuc2 with SMTP id uc2so180293159lbb.2 for ; Wed, 22 Apr 2015 06:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yJ0+kfYEvazawKt79u3dgZPjt+RtgEPOmCpB96GAzE0=; b=zqCPD0ZO6+Eam5Z8kgSfxEkn6iPPRWz/0NFcjljYdYMDzca4QqZhTl0y4wntgnpQI2 M6V1Z18zcbpaDAYl4uGDYGSRgqyy0wfUE/jwx85NZQ8fmvMF+VvbPbnwZGpkeTm3isQ1 /K1pvZbF8jUzIbI9ezm3s2OzlaHvgi7x9D2BbTU6FvUMjDUQgoErzKN9xDysXFR5jreU Wau/75X92kvY/ZG3LLxlW4DbNjkh0Yj+EONwT8quqVroYgti46D1IR12qgU1v90gIsRl beakhUjFEBm1GXKUQUQFz9E52evxciWnTffMbDibF0ZMofnBokKGQ0Sf5kbYhqhBx08q nEkg== MIME-Version: 1.0 X-Received: by 10.152.43.110 with SMTP id v14mr24576202lal.4.1429709953549; Wed, 22 Apr 2015 06:39:13 -0700 (PDT) Received: by 10.112.171.229 with HTTP; Wed, 22 Apr 2015 06:39:13 -0700 (PDT) In-Reply-To: <5537826A.9010209@gmx.de> References: <5537826A.9010209@gmx.de> Date: Wed, 22 Apr 2015 15:39:13 +0200 Message-ID: To: Christoph Becker Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c35152e9ca280514504971 Subject: Re: PDO Oracle driver From: stelian.mocanita@gmail.com (Stelian Mocanita) --001a11c35152e9ca280514504971 Content-Type: text/plain; charset=UTF-8 > > The removal of pdo_oci had been suggested as part of the "Removal of > dead or not yet PHP7 ported SAPIs and extensions" RFC, but there has > been feedback from Christopher Jones, that the extension will be > supported by Oracle.[1] > [1] > < > https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 > > Thanks for the info. Having Oracle supporting the extensions would be great, but I still feel like they should be re-released or something when they are done. While the OCI8 ext works with current versions, pdo_oci has been experimental for a long time and never reached maturity. Maybe Christopher Jones can jump in here and shed some light on the matter. Regards, Stelian On Wed, Apr 22, 2015 at 1:13 PM, Christoph Becker wrote: > Stelian Mocanita wrote: > > > > I would like to ask what on your thoughts on removing the Oracle drive > for > > PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php > ) > > at least since it's been experimental for a long time now, and it has > long > > standing open bugs, such as: > > > > https://bugs.php.net/bug.php?id=37706 > > https://bugs.php.net/bug.php?id=46728 > > https://bugs.php.net/bug.php?id=60994 > > > > I know that the extension is marked as experimental already but based on > > the current status, it's not even that and a significant amount of basic > > functionality is broken. > > The removal of pdo_oci had been suggested as part of the "Removal of > dead or not yet PHP7 ported SAPIs and extensions" RFC, but there has > been feedback from Christopher Jones, that the extension will be > supported by Oracle.[1] > > [1] > < > https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 > > > > -- > Christoph M. Becker > > --001a11c35152e9ca280514504971--