Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7944 invoked from network); 11 Feb 2015 11:20:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2015 11:20:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.218.51 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.218.51 mail-oi0-f51.google.com Received: from [209.85.218.51] ([209.85.218.51:65433] helo=mail-oi0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/83-22055-FFA3BD45 for ; Wed, 11 Feb 2015 06:20:32 -0500 Received: by mail-oi0-f51.google.com with SMTP id g201so13624960oib.10 for ; Wed, 11 Feb 2015 03:20:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1pZjf2UyjAHRbzwYuGCvyWHzcBuYwW8VPfJMTy42VPg=; b=C2xgYGH+EJncGwkRIBC4+r5b41iw1kB1IFBABq0OOu6qVTTN9FaLj5I6iCUuf4T4t1 9H72l3sFExKtqMITqn/TjFrr3KDK8xc8DdHaiRDtI/rZI4ljQLW917KpPQXb8LUwWaO/ nnWzajIYKVBUw6n7E9xI4fS5xBqtw3zNxUOGE= 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:date :message-id:subject:from:to:cc:content-type; bh=1pZjf2UyjAHRbzwYuGCvyWHzcBuYwW8VPfJMTy42VPg=; b=g8RXSWvRzl7o6smLdh+S9x3KNTm3WPGT53A5jdxLPhrQSlxYKHkleorq0TrCtMNq7G FZ5mmtb16xhIoCOu6zo96AFQxODiMpKEtoyaeyVT66IYZ1/JNb38vtYmhIlWDg3cv82c R+qH4DkRiwA8/dpGh28xpo7gBAkqiDJ8GKNVOh/mnWB5lS5/3rMCYa9HCsk7SdDhflOY lFoEmH8PKUj3aMP2iRC+fnKfIMkqFEe3MdX+0zshKYax4gsUZcvofi8Of3cD+kuj+mO1 bc+WhtLKiukLEsBa1xUEUk/WdxvlSawo04SnZV/1tH0KRdPUu5xMmMQV+hXCj+JyNSyM TQCw== X-Gm-Message-State: ALoCoQlPjzJxEcSQyS4eRm353cFs8V742EGYa0Mo7ZDRnpQoLgX+RKQh0FzPWa01Dhilnjhz1JvY MIME-Version: 1.0 X-Received: by 10.182.81.98 with SMTP id z2mr19126107obx.35.1423653627755; Wed, 11 Feb 2015 03:20:27 -0800 (PST) Received: by 10.202.214.205 with HTTP; Wed, 11 Feb 2015 03:20:27 -0800 (PST) In-Reply-To: <54DB3184.8080408@seld.be> References: <54DB3184.8080408@seld.be> Date: Wed, 11 Feb 2015 13:20:27 +0200 Message-ID: To: Jordi Boggiano Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE][RESULT] Removal of dead or not yet PHP7 ported SAPIs and extensions From: narf@devilix.net (Andrey Andreev) Hi, On Wed, Feb 11, 2015 at 12:40 PM, Jordi Boggiano wrote: > On 09/02/2015 22:29, Anatol Belski wrote: >> >> ext/imap >> ext/mcrypt >> ext/pdo_dblib > > > Sorry if this was suggested already but if those are not maintained much and > should not be used further ideally, shouldn't we add E_DEPRECATED to them at > least? > > I understand that they are kept to avoid making the upgrade path harsher, > but it's also not great to let they linger on forever with no notice to > users that they are doing something wrong. > I don't think it has been suggested already, but I agree - should be deprecated. Cheers, Andrey.