Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95192 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71212 invoked from network); 15 Aug 2016 16:31:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 16:31:26 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:33081] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/94-36656-D5EE1B75 for ; Mon, 15 Aug 2016 12:31:25 -0400 Received: by mail-oi0-f48.google.com with SMTP id c15so65979615oig.0 for ; Mon, 15 Aug 2016 09:31:25 -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; bh=jnZr3Ur/G9MQAQpNEPQwjtIm6TiPmhQwYvCuh4jsDqk=; b=AeUTdvmoMrBgopC+EUQTThNIJy35wO5DuJg7vN3HEllZo1bb7un6iBD1He3uA1kFxC BwYoD2F85ZSzBUFTn1gu2hzsU0XDyaw5q35z1ZUci37T2vnDX84wGa9ebVWerVkmRhKS N9fArM49xAElYR1PQtmMFFIv4tNwRCEDlSxxqjnruJ2Bh65Yo+A7lE2AbPv6kolqvc8Z dJSrA/c6DYzAf6aucTpwP5c7W9OSs8lgX2yqPPBfBOHDwfNILWHazGUhA5+hy6z7QPWj gbQBQp4kf08xCLZ6DnD8otaJS8DLrIFIXhIIW+mgIOapX4AcLKOsBdmAz0UYY9Ynt3h3 yiOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jnZr3Ur/G9MQAQpNEPQwjtIm6TiPmhQwYvCuh4jsDqk=; b=VWe3Fe2StSdYAdwAYm+LovNNvsPx0aoCa60qaGRkHm9F6J8QXim4dt/o3Z+5NZ3Yd3 9Rkj708EdJ7l9ta5XoGagkbXk84rXEZINvj44Sp9LcymLTnjZITJCwpC+8KbEfvasTO3 vSySnK75B5lNvjpZvYSK1eG+NtglqtNzmGWEiDubGFJJeNNz7TgTZm9SzzsOy3DLFEx+ Axf7xpqtAOn1D8uKDJTziDhM7R9+vpHZ2Qqdd4yMogQqU285vBExcm9lgYQE6v4MZMLA jvQqiLd+VZzR+3iPAXDS5eYXexeDxRpwnZuNIGSihoHnQ6uScYMrtH4u1zAhGkT+WRxJ T3/A== X-Gm-Message-State: AEkoousSfib74r8qDJqKFdbsRF0UHgrYNP4+8MbYtSUuSFb2j7259GhBc/UKxQ7+r7ZjqoaP8HXBsVfj+00ktA== X-Received: by 10.202.223.132 with SMTP id w126mr1391397oig.20.1471278682831; Mon, 15 Aug 2016 09:31:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.53.135 with HTTP; Mon, 15 Aug 2016 09:31:22 -0700 (PDT) Received: by 10.202.53.135 with HTTP; Mon, 15 Aug 2016 09:31:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2016 23:31:22 +0700 Message-ID: To: Kalle Sommer Nielsen Cc: Christopher Jones , PHP internals , Stanislav Malyshev Content-Type: multipart/alternative; boundary=001a113d40be4182e9053a1ec301 Subject: Re: [PHP-DEV] [RFC] orphan extensions cleanup From: pierre.php@gmail.com (Pierre Joye) --001a113d40be4182e9053a1ec301 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Aug 15, 2016 3:17 PM, "Kalle Sommer Nielsen" wrote: > > Hi Stas > > 2016-08-15 7:53 GMT+02:00 Stanislav Malyshev : > > Hi! > > > > I'd like to propose an RFC to deal with extensions that currently have > > no maintainer: > > > > https://wiki.php.net/rfc/umaintained_extensions > > enchant: > I thought Pierre maintained enchant? Despite it haven't had much real > activity for years Well there are not much changes in the api. And it works. So -1 here. > gettext > WordPress can optionally use gettext for some of their po/mo files, > I'm not entirely sure how this is today[1], but it might be worth > taking into consideration if there are other users. Here as much as I do not like it. I have to oppose it. That is a major breakage (no, pecl is not the same). > pdo_dblib > I have seen a few PRs here and there recently from two different guys, > perhaps one of them would be interested in maintaining this as there > this is the only way to connect to MSSQL from PHP (if you dislike > odbc) as of PHP7, with the removal of ext/mssql. > > pdo_oci > I have heard that maybe Oracle was going to take over this one, but it > seems fairly inactive, maybe this thread can help reach out to them. > > readline > If removed, I guess this won't affect sapi/cli? > > pspell > Pspell should probably have been deprecated after enchant was added to > the core in 5.3 I think it was, we did remove aspell infavor but > pspell still remained for some reason and I think it should go too. > > sysvmsg / sysvshm / sysvsem > We do indeed only have a category for semaphores. As a Windows guy, I > cannot really make use of them, so I will wait and hear some feedback > on this. > > > tokenizer > Like you mentioned, I think this should be kept in the core and > possibly maintained as a part of the parser. I do write some > development tools every now and then and make use of this amazing > extension and will only want it to be kept. > > > All in all, I think it is remarkable that we have 3 PDO extensions > here, perhaps it will be time to reivist the whole PDO saga, but that > is for another topic I guess > > > [1] https://github.com/WordPress/WordPress/search?l=3Dphp&q=3Dgettext&utf= 8=3D=E2=9C=93 > > -- > regards, > > Kalle Sommer Nielsen > kalle@php.net --001a113d40be4182e9053a1ec301--