Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969385584 php.internals:85894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3401 invoked from network); 22 Apr 2015 10:58:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2015 10:58:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:33224] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/76-56941-5CE77355 for ; Wed, 22 Apr 2015 06:58:14 -0400 Received: by wgin8 with SMTP id n8so241963118wgi.0; Wed, 22 Apr 2015 03:58:10 -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=Ah1+Izkn4ezqg8xsXXs2QmwikXFse3uAQ+I+xhJcyHs=; b=l4kuBQKUpyNza28SFWJ5tgG4P+Y7SVm74oeaMGipdro++Euj29Vh1w9ZMTNeo3/YUK /NF5JxlNGQRdPNC3q/nf1gpmOPzpEiSydp+P1ceA5x74ioZQjbHruoGO7b7kxChJap6M fjWFfuLJdUSn87owFRdRqnFRbBQO0/2Sh7NY4PDsioQ+N3rrPrSxQ5e51UEMhP3j6aKM YJ2P/ZqdpwpN5ialz4aGVTwxVFeegziXUfFVsWxfOC4eR6VbHFk5vQX0bDbBoSZQeLa6 N5D1+RMFk2+4+jpWZDYTj80lWHmg3oJJLrbJeNFds2GWF3Y7YTayBNagZDIA8OYRDuUx bDhw== X-Received: by 10.194.157.39 with SMTP id wj7mr50225639wjb.57.1429700290389; Wed, 22 Apr 2015 03:58:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.219.11 with HTTP; Wed, 22 Apr 2015 03:57:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 11:57:30 +0100 Message-ID: To: Stelian Mocanita Cc: PHP Internals List , PHP Documentation ML Content-Type: multipart/alternative; boundary=089e013c6b5af1b25405144e0902 Subject: Re: [PHP-DEV] PDO Oracle driver From: petercowburn@gmail.com (Peter Cowburn) --089e013c6b5af1b25405144e0902 Content-Type: text/plain; charset=UTF-8 On 22 April 2015 at 11:40, Stelian Mocanita wrote: > 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? > We have boilerplate text for marking PECL extensions as dead, and we would use that again here. However, I'd hold off on that until a decision (if any) has been made on what to do with the extension itself, like moving it (back) to PECL. We shouldn't be distributing a "dead" extension in the main php-src tree, nor proclaiming an extension "dead" in the manual when that hasn't been "officially" decided yet. > > 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 >> > > --089e013c6b5af1b25405144e0902--