Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80733 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76489 invoked from network); 18 Jan 2015 11:01:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 11:01:48 -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 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:52689] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/89-18613-B929BB45 for ; Sun, 18 Jan 2015 06:01:47 -0500 Received: by mail-wi0-f170.google.com with SMTP id em10so455520wid.1 for ; Sun, 18 Jan 2015 03:01:44 -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 :cc:content-type; bh=KVJDh2M9C+2uxXThEYwvieK/QNswOwzYqQnv6bmqMXQ=; b=odp7YbwSI40tzo0KR7tIre9QVu6ZVu51aV0nYVUkORe5Bq/IPBzmgOFqAtphGyMtpo wlzfVni+Q6AB/AD3Yk8ql4YWEhw6SeDtIZGRAxphhOzU4TLY4FWP5Xe/oEeJdnvqlHpa /KqRR2FkqXYHOfKNW0O7hFiBsmkJZhM2anBfJYy21Gy+llEI3QSp2xUgTg98YoUJkPrj Vx78QAbvIgfrNEmqFN+CtrFLlg1QiQqG0C+rPkUfGI3opSwY834iFh1XMXuMkqiGYCPQ AKW/f/lFKtNEqe/ppXapdLQ9z87qctlXaS4752LPCQBITJi09qx1w1vU3a6VXkzo0pqs 9K/Q== MIME-Version: 1.0 X-Received: by 10.180.101.131 with SMTP id fg3mr23960518wib.36.1421578903788; Sun, 18 Jan 2015 03:01:43 -0800 (PST) Received: by 10.27.10.138 with HTTP; Sun, 18 Jan 2015 03:01:43 -0800 (PST) In-Reply-To: References: Date: Sun, 18 Jan 2015 12:01:43 +0100 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary=14dae9cc930894a34f050ceb2117 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --14dae9cc930894a34f050ceb2117 Content-Type: text/plain; charset=UTF-8 On Sun, Jan 18, 2015 at 3:08 AM, Yasuo Ohgaki wrote: > 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. > That would be appreciated! When dropping the ini settings, please make sure that it's still possible to use Zend multibyte. If I remember correctly, right now Zend multibyte can only be used with the deprecated mbstring.internal_encoding setting, but not using php.internal_encoding. Thanks, Nikita --14dae9cc930894a34f050ceb2117--