Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80718 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34020 invoked from network); 18 Jan 2015 02:09:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 02:09:07 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.51 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:34211] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/A2-18613-2C51BB45 for ; Sat, 17 Jan 2015 21:09:07 -0500 Received: by mail-qg0-f51.google.com with SMTP id i50so21130328qgf.10 for ; Sat, 17 Jan 2015 18:09:03 -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:from:date:message-id :subject:to:cc:content-type; bh=9oHX5n0YTZdGUyQgeGGKJCPgEK0w0pAIRRvhddCQLL8=; b=fEoiu3AEd3bWx0CKS/X9+hGzYr9RnKDKeKlzgtOBTrV05h2CCJdDYtBnpd6uaYGoZt mHRq486mkgjlqGPEb7vdOy2+jpHlhfSSeLF67XdpYjd5fQh/OjtK84gZ5AZ1b0sxUz9Y 6d8mpfbbJfm39inxY9Lf3EcrzgSeTjN45t3SKor5cfDcMEVK2irk13QKTg6Zg56WrGcF cKZnuD6vymyqZqhOAC0jfdBlXy0CtETI6oPsihiodjyWHlZ+Zo8INOToxbst0jmvNqpz KyNrr4podTUWLL2vJQyuM16NdR4993P1rNqjQ6W+t6Q/mYd60wLhPELvTiGEhTaX8Aok Hcxw== X-Received: by 10.224.28.198 with SMTP id n6mr37167105qac.15.1421546943577; Sat, 17 Jan 2015 18:09:03 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Sat, 17 Jan 2015 18:08:23 -0800 (PST) In-Reply-To: References: Date: Sun, 18 Jan 2015 11:08:23 +0900 X-Google-Sender-Auth: f4pmgq6TeVPDa8Wy8ml1cleNTuk Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c2cc9a9a897b050ce3b0de Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2cc9a9a897b050ce3b0de Content-Type: text/plain; charset=UTF-8 Hi Nikita, On Sat, Jan 17, 2015 at 2:16 AM, Nikita Popov wrote: > 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. > iconv.input_encoding, iconv.output_encoding, iconv.internal_encoding, mbstring.http_input, mbstring.http_output and mbstring.internal_encoding (since PHP 5.6; use php.input_encoding, php.internal_encoding and php.output_encoding instead) [TODO] I may handle this if you would like. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2cc9a9a897b050ce3b0de--