Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34216 invoked from network); 16 Jan 2015 17:17:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 17:17:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.180 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.180 mail-we0-f180.google.com Received: from [74.125.82.180] ([74.125.82.180:46630] helo=mail-we0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/12-23044-D8749B45 for ; Fri, 16 Jan 2015 12:17:01 -0500 Received: by mail-we0-f180.google.com with SMTP id w62so21369912wes.11 for ; Fri, 16 Jan 2015 09:16:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bIV1wAmSReKBldcPNe/6Na32XbRjxbae4EIWyjnCBSc=; b=IyN4MEFBEIfpW8WrwyDOr128IBgZ4GJqSQ83g1r7eGgEwKnYlRSo2zaH9WjZ7kfGBj 4d7rr2X2qRpHQhjmTFIlSWT4Hm7QuBZFdwHAJEjG4MnF6ejBlXLAUX+boW7aqV0hDLzT aUGaQQm+VShe+g5BCJPCqi5tvE9GxjGxDie+gfiZmh4YkAtvNhN5yuQIqL8q8ypz802z 4AvzoACggtVaXXfef9NWdYIer3MI9W41Leer/QjlVMZR24OLMzPGSLkNYV/4H3ivN8du 8zviiLpHrRjzmsQc+N/q6Rsl/JhO8G2JMHvpUZ9L/79VRfdSfCq7TlJMBEMJ+FCDLuzV y1eg== MIME-Version: 1.0 X-Received: by 10.180.211.195 with SMTP id ne3mr8201858wic.52.1421428618248; Fri, 16 Jan 2015 09:16:58 -0800 (PST) Received: by 10.27.10.138 with HTTP; Fri, 16 Jan 2015 09:16:58 -0800 (PST) In-Reply-To: References: Date: Fri, 16 Jan 2015 18:16:58 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c34850dd4831050cc82354 Subject: Re: [VOTE] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --001a11c34850dd4831050cc82354 Content-Type: text/plain; charset=UTF-8 On Fri, Jan 2, 2015 at 5:04 PM, Nikita Popov wrote: > Hi internals! > > Voting on the removal of deprecated functionality in PHP 7 is now open: > > https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#votes > > As requested, I've split this up in many individual votes, only some > particularly trivial function deprecations are left as a group. > > If you vote against the removal of an item, I would appreciate a mail with > your reasons behind the choice and maybe suggestions as to what we should > do with the item instead (leave deprecated / undeprecate it / provide > missing alternatives / ...). > > Nikita > All items of this RFC have been accepted for removal in PHP 7. I'll land the minor removals sometime soon; the unbundling of ext/ereg and ext/mysql should probably be done by someone else who's more into the PECL business. Nikita --001a11c34850dd4831050cc82354--