Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90993 invoked from network); 22 Apr 2015 10:19:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2015 10:19:58 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:32840] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/D3-56941-BC577355 for ; Wed, 22 Apr 2015 06:19:55 -0400 Received: by wgin8 with SMTP id n8so240975371wgi.0 for ; Wed, 22 Apr 2015 03:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=w8ovYszweCwgIcnd9qe7U/dZ3u0dFn3vYYFPV6fHrPw=; b=fpELlD1wI3SQWGL2DnztxiFEhxPPCBy6EyRs9BVPVHUlCeVTlj78fwFz81mTHUPGc4 sN5yQ7dxOLPynaQX0gBptuKuediXYwPKYVsfEAwg8QJBRHMZg+7dTQfM9c934gjWYE2U HVzmh+eKj9cxmb4YxdZ2+NjrBP//SUmJFSnbjSg4IfiPDfTl98LwAayufkOSTUjcAfr1 dSNV4b031IG88bI6sQb+Ze0TzaBaoeAHiQYHdRpZeFCr8Emu0iNkSxCHaEHatOCkrc6l W28rdu6Dj3Y14s0i5RMs6eryl+3Ba/n58ouUu9ePbnqsMu22/zZLuAfK03gAxHbGb9Ac Ec7A== MIME-Version: 1.0 X-Received: by 10.180.106.195 with SMTP id gw3mr4550374wib.25.1429697991506; Wed, 22 Apr 2015 03:19:51 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.181.23.193 with HTTP; Wed, 22 Apr 2015 03:19:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 11:19:51 +0100 X-Google-Sender-Auth: _Jare8lvldzKlCbuqCg61u2jkm0 Message-ID: To: Stelian Mocanita Cc: PHP Internals List Content-Type: multipart/alternative; boundary=e89a8f3bab71eb803c05144d8068 Subject: Re: [PHP-DEV] PDO Oracle driver From: daverandom@php.net (Chris Wright) --e89a8f3bab71eb803c05144d8068 Content-Type: text/plain; charset=UTF-8 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 > It shouldn't just be undocumented and the src left in core, it should probably be moved to PECL . Also, it would be good to know what those who have worked on this in the past consider the state of this extension to be. The last commit I can see that was directly related to it (as opposed to project-wide fixes like find/replace for new macros, big blobs of typo fixes etc) was in 2011, but it looks like a few people have put a fair amount of work in prior to that... are there any technical blockers on progress, or is it simply that there's not enough demand for it/people haven't had the time to work on it? --e89a8f3bab71eb803c05144d8068--