Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969385583 php.internals:85893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 732 invoked from network); 22 Apr 2015 10:40:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2015 10:40:05 -0000 Authentication-Results: pb1.pair.com header.from=stelian.mocanita@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stelian.mocanita@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: stelian.mocanita@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:33801] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/F5-56941-48A77355 for ; Wed, 22 Apr 2015 06:40:04 -0400 Received: by laat2 with SMTP id t2so171442359laa.1; Wed, 22 Apr 2015 03:40:01 -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=g+HSFxLZBLqF+nCodkSXAUowbFjP3Po8UJM8iMspKcc=; b=GyQwdb4SZvtl27+3PdUyCNlTOotGYbK0+soawaZFIgmt8tgx0VRVFbfr5VkImYyYtU 40fJpNEnqCNtFNk3kgYzYXhR+g/x65FDvcCrBndbDrEVrf3wbHeqM+u8JFdsGttZdYN8 EUAoY3gYTNuroJ2XNSejjfc4331epzo0opIq6VvJXoH4866oKL8APiJd8yLjAbkFVIvA 7HUK9A2EBGb6Tt9Pk69caotTznRn99DvhF2AjpgKje68TD3wcIoWvzB42mcIqwlEju3Q uRQD9tX+OoDSH93Fs9RPLQvrDy+rhRUMXcWVgISE/4ez4SHWn+A8S5MXk215rhEWoQfF KL+Q== MIME-Version: 1.0 X-Received: by 10.152.5.134 with SMTP id s6mr23882185las.6.1429699201140; Wed, 22 Apr 2015 03:40:01 -0700 (PDT) Sender: stelian.mocanita@gmail.com Received: by 10.112.171.229 with HTTP; Wed, 22 Apr 2015 03:40:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 12:40:01 +0200 X-Google-Sender-Auth: vrlpyWyqpMc2lInVhdSon7fJFUA Message-ID: To: Peter Cowburn Cc: PHP Internals List , PHP Documentation ML Content-Type: multipart/alternative; boundary=089e013d1010050f3905144dc9d5 Subject: Re: [PHP-DEV] PDO Oracle driver From: stelianm@php.net (Stelian Mocanita) --089e013d1010050f3905144dc9d5 Content-Type: text/plain; charset=UTF-8 Peter, I did not know about the documentation part, thanks for clearing that out. I would like to ask though, what is the benefit of having the dead extensions there? From my point of view, it does more harm than good having them in the manual (I am only referring here to extensions that never got to a production grade). On marking the extension as dead, how would we proceed in this case? Thank you, Stelian On Wed, Apr 22, 2015 at 12:34 PM, Peter Cowburn wrote: > > > On 22 April 2015 at 11:24, Peter Cowburn wrote: > >> cc-ing doc list >> >> 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: >>> >> > From the documentation point of view: > > Just because an extension is considered experimental, or indeed > unmaintained, is no reason to remove the extension from the manual. We > have a bunch of extensions marked as experimental [1] or dead [2] and I > don't see why pdo_oci should be any different. > > >> >>> 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. >>> >> > Let's mark the extension as "dead" in the manual, as we do with other dead > extensions. > > >> >>> Regards, >>> Stelian >>> >> >> > [1] bcompiler, blenc, dbplus, haru, memtrack, ming, paradox, pdo_4d, > pdo_oci, sca, sdodasrel, spl_types, svn, swish, vpopmail, xmlrpc > [2] classkit, fam, fdf, iisfunc, msession, nis, session_pgsql > --089e013d1010050f3905144dc9d5--