Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71650 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32473 invoked from network); 27 Jan 2014 23:16:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2014 23:16:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.212.46 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.212.46 mail-vb0-f46.google.com Received: from [209.85.212.46] ([209.85.212.46:37478] helo=mail-vb0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/05-01140-0D8E6E25 for ; Mon, 27 Jan 2014 18:16:33 -0500 Received: by mail-vb0-f46.google.com with SMTP id o19so3806446vbm.5 for ; Mon, 27 Jan 2014 15:16:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hWy+D1GAgrl/smGV+t/qPF+hKjaZcZwBcITK6JtF0+E=; b=iL3PXtbT5hCqbsLKm6p53ElfrdrB1edmvd4ynxGfr6SIGxMZ7kdKHkB7Qbpm3Cmiq5 qGH9aex4DJIS55TUqtEMKM7HcuTsyKINOUV6TCoxlSmPjC3B8GKbp3ueRX0PUidShvDp c4R8L4MfzqZQm0u6AiUSdKEo+dJ4pE6VVETKrdxf/CzFZXE+6vfuxzrqWmgBhQ+gbBgX 88M9lOLREJai/gDfm4eqUun6LYOQjO5n727Iljtt7hRB6s/pDVJWHcdX4ZFvyCtFeKOS 7gvtF8dzWrtoe+ex1EP2S6ZGmB+AwNBuLASEmcX8HIdeqVcK/MSvnmKn/veU5zr8X4i2 Cayg== X-Gm-Message-State: ALoCoQkgdPR3+z8+14ccv1eStE6Yz6dTlu27V1VjRq8IccP/6p/+2Aa7HmTenzi+f3BvTHKZrPNm MIME-Version: 1.0 X-Received: by 10.220.109.1 with SMTP id h1mr17725417vcp.20.1390864589802; Mon, 27 Jan 2014 15:16:29 -0800 (PST) Received: by 10.220.175.84 with HTTP; Mon, 27 Jan 2014 15:16:29 -0800 (PST) X-Originating-IP: [78.145.250.135] In-Reply-To: References: Date: Mon, 27 Jan 2014 23:16:29 +0000 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] RFC: Multibyte Char Handling From: danack@basereality.com (Dan Ackroyd) Yasuo wrote: > In contrast, my RFC is intended to replace mbstring by mbstring-ng. So is this what the current vote is on? If so the "Backward Incompatible Changes: None." is wrong. If the vote is only on adding the functions: - mb_escape_shell_arg() - mb_secape_shell_cmd() - mb_fget_csv() - mb_addslashes() - mb_var_export() - mb_stripslashes() then all of the other suggestions about removing mbstring and integrating mbstring-ng should not be in this RFC. cheers Dan