Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85947 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17130 invoked from network); 24 Apr 2015 16:44:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2015 16:44:52 -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.180 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.180 mail-wi0-f180.google.com Received: from [209.85.212.180] ([209.85.212.180:37537] helo=mail-wi0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/11-30584-3037A355 for ; Fri, 24 Apr 2015 12:44:51 -0400 Received: by widdi4 with SMTP id di4so26698582wid.0 for ; Fri, 24 Apr 2015 09:44:47 -0700 (PDT) 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=zFW9R4duIG+Q3WIk+65aoZO5VXbZ+xaD+CclCZC3gus=; b=Oot+bUzg17grnnyQNGjqBswSDYYgTfHuO+WcqSfo+aE7VxcEv50GR8Kb5EC7G+/h+0 g/KpC/GRQG+z+TAShM0wQUjDT3jzuEd1uUcJK+22cIMVKPQewEH/lrt7onnSzS4tdZfO UKZD09VD8wyxw4l6N/xF3BTHQLn1thIiljlImilnaAOuIQvuonxxIqWS3AzpD4aLd7Fq LclYORBuZAdnjzM1znSS5uPKmTjOWspTvEUSmiwXVPEZLLG+TiTvk3AtR/bx3bPTt1bp cCZJrUF6/S0G2FVO++m6oVGzeoef+v1VCR5ZGVoAQ3k0qNAO8cmmRjmGvTdQ0qnIolD5 raVA== MIME-Version: 1.0 X-Received: by 10.180.90.236 with SMTP id bz12mr5352404wib.33.1429893887751; Fri, 24 Apr 2015 09:44:47 -0700 (PDT) Received: by 10.27.86.133 with HTTP; Fri, 24 Apr 2015 09:44:47 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Apr 2015 18:44:47 +0200 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d043be09c3ef90105147b1d64 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --f46d043be09c3ef90105147b1d64 Content-Type: text/plain; charset=UTF-8 On Mon, Jan 19, 2015 at 4:00 AM, Yasuo Ohgaki wrote: > Hi Nikita, > > On Sun, Jan 18, 2015 at 8:01 PM, Nikita Popov > wrote: > >> 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. > > > Thank you for reminding! > I'll get rid of old INIs after I finished session changes that is supposed > to be included in PHP 5.6. > Spending hours to get used to new PHP 7 APIs. > All items mentioned in the RFC are removed now, excepting the mbstring/iconv encoding settings. I tried doing that, but it looks like the new encoding settings don't actually work. I also noticed that they were introduced under the names XYZ_encoding instead of php.XYZ_encoding, as the RFC says. Nikita --f46d043be09c3ef90105147b1d64--