Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36589 invoked from network); 24 Apr 2015 20:56:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2015 20:56:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:35332] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/00-36432-B0EAA355 for ; Fri, 24 Apr 2015 16:56:44 -0400 Received: by oign205 with SMTP id n205so50368625oig.2 for ; Fri, 24 Apr 2015 13:56:40 -0700 (PDT) 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=Ww5i2pPEJ5rw0Vc0rbR4a44JOWTi6lwx4PJ/bxPXm8Q=; b=Z+RVHdFTm5yX3jKdUsUYbIxMputoABjtGLO/ax1m/gQLq4jzsC0jpRJldHq6Ep8RYu HAIL+FNG0cFuygJaJxtu3JFMJi9biTSrzjeOQhSfe0erIGkfpz5m9zGe96xNfzy7Dn5s bJTQ23n5gmBXszYKDULxP0KVeOZtpH+Lfureg+GtIwgGg4xPAw6d95zujYDHzgZm9Rzz HS7J8KurCRuoJMD9osI6uDSf1DzKoru0IlVtgR8ZQeRFwBHI0OBO9bnn6BDf451Z/kYa zg7KJzOOxDdU5YD2g6yLABJ76SQ8Y641ln1LdcE7MuUpw2Diaike0a52aod78fpIqVwu DLMQ== X-Received: by 10.182.16.161 with SMTP id h1mr262863obd.49.1429909000374; Fri, 24 Apr 2015 13:56:40 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.104.196 with HTTP; Fri, 24 Apr 2015 13:56:00 -0700 (PDT) In-Reply-To: References: Date: Sat, 25 Apr 2015 05:56:00 +0900 X-Google-Sender-Auth: gXL0wHY1dvMQ-pTisaKS85aDuuI Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c2fbe00751e005147ea278 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2fbe00751e005147ea278 Content-Type: text/plain; charset=UTF-8 Hi Nikita, On Sat, Apr 25, 2015 at 5:22 AM, Nikita Popov wrote: > Maybe we should just keep the mbstring and iconv ini settings (and > undeprecate them)? If we retain the ability to set a per-extension > encoding, we may just as well allow setting it via ini setting instead of > extra functions. I think dropping these only makes sense if we drop the > ability to have mbstring-specific or iconv-specific encoding settings > altogether. I agree. This will work, too. I don't mind keeping them at all. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2fbe00751e005147ea278--