Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31984 invoked from network); 3 Feb 2015 07:31:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 07:31:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:51894] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/12-20608-26970D45 for ; Tue, 03 Feb 2015 02:31:47 -0500 Received: by mail-la0-f43.google.com with SMTP id pn19so2716091lab.2 for ; Mon, 02 Feb 2015 23:31:44 -0800 (PST) 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=DhDGjX8qvhv+DPctnGGuM+/BBh4mSz7vRL0Htoj4YRI=; b=jgQPJQD1nyOwoJZIK/M5Ob3rbsqjoVo+9/ew4XP61KeO456tVSiR3VFCOPYL9AyyzF w8KfrqlJLo0n29NtCXnJF3jnZqAg5+TognzQtnmOyS747nsOtnWZK22Mm5VtFW6DqxJE 3hShqlTkNBoty/2Eh350J6WdKGO5zb6PUzK8josPZtWxP4crcTQ6f8gX7HfZm4lfKth9 QjSU6hwoMZcAVgn2QLGpKqNMJ1lT6YbkHW7eBkhp6eWk7y3CdlyrPDS0D+5TBYL6zA3S jvcFG+IHuRVGwQ6QgG6j2CgAs7QaWzZkCqHvm4I3JXA8oMc6bxOIJ+czwAXjjFj8AK3R HEsQ== MIME-Version: 1.0 X-Received: by 10.112.243.12 with SMTP id wu12mr23385479lbc.91.1422948703941; Mon, 02 Feb 2015 23:31:43 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.115.1.132 with HTTP; Mon, 2 Feb 2015 23:31:43 -0800 (PST) Received: by 10.115.1.132 with HTTP; Mon, 2 Feb 2015 23:31:43 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 08:31:43 +0100 X-Google-Sender-Auth: UxDbyCXZPN-mAEgNPGMXFxd1jt0 Message-ID: To: Adam Harvey Cc: Anatol Belski , PHP Internals Content-Type: multipart/alternative; boundary=001a1133ac52083a1f050e2a1068 Subject: Re: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions From: mike@php.net (Michael Wallner) --001a1133ac52083a1f050e2a1068 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3 Feb 2015 08:10, "Adam Harvey" wrote: > > On 3 February 2015 at 03:11, Anatol Belski wrote: > > properly after the voting phase the > > https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts moves to the > > voting. Each item is voted separately. The voting ends on 2015-02-09 at > > 21:00 CET. > > To explain my -1s: > > - ext/imap and ext/mcrypt: while I realise that the underlying > libraries are dead, these extensions are too widely used to straight > up remove them, I fear =E2=80=94 we don't have obvious alternatives with > simple enough APIs that we can push users towards. I'd strongly > support and encourage a reimplementation of these extensions (in C or > PHP) around something supported if someone was able to step up and do > the work, otherwise yes, I'll pitch in to do the minimal work to port > these to 7.0 if required. I understand your thoughts. How about if we do for mcrypt what we did for mhash, I.e. implement a compatible layer on top of openssl? I have not checked if it's even possible yet, just an idea that popped into mind. I would be willing to do this to learn more about the openssl innards, so I'd probably need someone else to verify my work. > > - ext/pdo_dblib: ODBC is almost always the better way of interfacing > with SQL Server, but I don't think keeping this one around is doing > anyone much harm (as opposed to ext/mssql, which we should kill with > fire for the same reasons as ext/mysql). > > Abstentions: > > - sapi/apache2filter: I wonder if someone would step up for that one > if we advertised more widely, given I believe that it is in actual > use. Unlike most of the other SAPIs, which are obviously dead, I'd > like to give this one a bit more time before the 7.0 feature freeze. Is this really used? It's been here before Apache2handler, bit my guess is, just because filters were new and cool. > - sapi/milter: I'm at least passingly familiar with almost all of the > Web servers in the list, but I know nothing about the environments > this SAPI is used in. Can someone who is familiar with it describe the > pros and cons to dropping it? Sendmail mailfilter API. I did one odd fix in the past, but the bug was old, and the reporter didn't come back. > - ext/sybase_ct: does PDO (via dblib and/or ODBC) cover this > functionality adequately? I feel that I know enough to vote on SQL > Server related topics, but haven't looked at actual Sybase for years. > > Adam > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a1133ac52083a1f050e2a1068--