Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84780 invoked from network); 22 Apr 2015 09:43:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2015 09:43:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:36079] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/A2-56941-23D67355 for ; Wed, 22 Apr 2015 05:43:15 -0400 Received: by wgen6 with SMTP id n6so25660180wge.3 for ; Wed, 22 Apr 2015 02:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=hGVECcJ6/gRRoRQRsWn9rc/ldqXzUKFl7gYu7XZjI+0=; b=EosIbqm7DdVJdGaP4GRMJNf9dIBjb5qomVkntHlkPnEdYU8vihAnytVlx9KvyGet2X 3IqEZVuVWA/KqmSD0A74RLAaTY47nJQW9DMftB/G8a7g2FvVdFKUnebNJUcBimAuckj7 GqtFiqptzImkcLwgeKPTcyxv/CkjaowvjHH+p7ChJd3PXc13JNpx4v/4kZN4NM+DeK+H o8WZQg8tCcWjhX85j419pBcLQtmaaKp2Z/cMkNLocjT95KS9zeTWHyRe69lp9iCk3Bvt Q0Fmzupga/LU+FLCBtQ1OgM9fnCdNxuiFOgAmHOr98oaH+UNWRTrNrCOFl3OxsVmCXSX eU2Q== X-Received: by 10.180.93.36 with SMTP id cr4mr4168684wib.61.1429695791999; Wed, 22 Apr 2015 02:43:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.48.198 with HTTP; Wed, 22 Apr 2015 02:42:50 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 10:42:50 +0100 Message-ID: To: Stelian Mocanita Cc: PHP Internals List Content-Type: multipart/alternative; boundary=f46d043c80bcd1b22f05144cfddf Subject: Re: [PHP-DEV] PDO Oracle driver From: ocramius@gmail.com (Marco Pivetta) --f46d043c80bcd1b22f05144cfddf Content-Type: text/plain; charset=UTF-8 Absolutely +1 - most developers are dragged into using the PDO Oracle driver by "hope" (since they find the docs), and then they get to know the sad truth about it... Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 22 April 2015 at 10:40, Stelian Mocanita wrote: > Hello internals, > > 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. > > Regards, > Stelian > --f46d043c80bcd1b22f05144cfddf--