Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14988 invoked from network); 26 Jan 2014 00:38:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 00:38:21 -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.214.175 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:33929] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/35-19300-CF854E25 for ; Sat, 25 Jan 2014 19:38:21 -0500 Received: by mail-ob0-f175.google.com with SMTP id wn1so5077763obc.6 for ; Sat, 25 Jan 2014 16:38:17 -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=ABjWwIoIX4oX65yOU78lMgHY7dqJazZ373daB8UhE0o=; b=vb9cVmeWB/JFFRO0IST1iXd+wKFZgmrliNPc1qI9aYHhsGjKGuyeHwcdEjJd8HB6HC tBAUL7ohlvyfEgqD/uQSUZDOsK/lcZkvJAwLZFBlDFQvCUQLL7RwaB3OYiA4FPY8KE0Z T6K9B/0ix4/EddZc12PkAbO0cqg178bm6+aigezENG+0Z56fLOPXlAlcrUEEl8vEizh7 mnjtb/RwqGPdZK59RZjw13h6oExyo0SlvYrLgu+GnYX5KH158XmoccfzNKTfzQeAgVnO PO23z74Gxndsq9qkgq5fT/kc5Tl4ILKwD04nWE7zcHguWci8q93nwEDNNbHoEpDuU2gl 2f5w== MIME-Version: 1.0 X-Received: by 10.60.65.5 with SMTP id t5mr8779259oes.19.1390696697440; Sat, 25 Jan 2014 16:38:17 -0800 (PST) Received: by 10.182.54.112 with HTTP; Sat, 25 Jan 2014 16:38:17 -0800 (PST) In-Reply-To: References: Date: Sun, 26 Jan 2014 01:38:17 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c1d6a8a430b404f0d4ce0b Subject: Re: [PHP-DEV] [VOTE] RFC: Multibyte Char Handling From: nikita.ppv@gmail.com (Nikita Popov) --001a11c1d6a8a430b404f0d4ce0b Content-Type: text/plain; charset=ISO-8859-1 On Sun, Jan 26, 2014 at 1:23 AM, Yasuo Ohgaki wrote: > Hi all, > > This RFC is to fix CVE-2014-1239. > > https://wiki.php.net/rfc/multibyte_char_handling > > Adding required functions to mbstring and provide them > from PHP 5.3 and up and replacing mbstring to mbstring-ng > for future releases. > > Thank you for voting! > This RFC conflates the addition of a multibyte version of addslashes (in response to quoted CVE) with the replacement of the mbstring extension by a completely different implementation (and an incomplete one at that). Those two things have very little to do with each other and should not be covered in the same RFC and/or vote. Nikita --001a11c1d6a8a430b404f0d4ce0b--