Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98303 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8933 invoked from network); 15 Feb 2017 18:34:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2017 18:34:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.50 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.50 mail-pg0-f50.google.com Received: from [74.125.83.50] ([74.125.83.50:33018] helo=mail-pg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/D0-01562-05F94A85 for ; Wed, 15 Feb 2017 13:34:57 -0500 Received: by mail-pg0-f50.google.com with SMTP id 204so38938968pge.0 for ; Wed, 15 Feb 2017 10:34:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:references:to:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=aXeS03eL47CIA+6/73xcDxrPc5gfyOEc4dSykik4Hlw=; b=WXQp/95ESA50GygJQlL+7BbUZYBOWMMZOmO42KCxYf2tFPz3bPUMW+VQUWKC3EysFT oV0pvThZ9/8wVb1lIuyjxyvio6up6aXcdlb1I8NJ+7TVoukDRqE44oCgYrUDDs93wyE3 m+YGNQRjUo0Tj3gbyoFh5P+yGI5eSQNP2hNmjEr3lIa1zewkWoXQyHZgfsv4T6gj6rwq y4DYeqgzihYsMLbg1CLKu6SkTcPut+NPldwf7LD7IXFnH7VG5vCggkAK+JxWksBh7Tbp jUFgDzscUYxvKjS7HcFIO9GrRMM1Oh8mWUYQ9/BOc7DA61B53EpkJ3eVXGMBMl47+Hah UQKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=aXeS03eL47CIA+6/73xcDxrPc5gfyOEc4dSykik4Hlw=; b=rH1jTOYsVekU0zC4oEqWTsI41n55PpYm3S1iNZ4U3TEwrRoSSfNdxN8IXj3ccmOuo+ viRIMROxujArfl4cf2nb8oYoZO1kb2pzw7lhPvXr4innrJ8NephYi2lr3ABdE/OkIwUh 619CY/Un9NmFopKUs5uGhZYK32jcMMdn6lxAdhHOLpUFmHfPjvajtAoheudhmZJLKdEP F9kmkSggo8cXuqP5qsSfnSp101sx07M991z2I5iJkDH5IkeMX5UAmJpTde72AsFLDdMi i/nJejFnnc12f38JkkPa6BX0ZRRJ9DbWcAEbYbo7nHIuKHiAaAxty7S1j8mA9o/2bNrG UxYQ== X-Gm-Message-State: AMke39nQhfmLe7TpYDD+wNLqrQAiqyS6lNzHIhPdP4cYC25OmWtZ0dEyF23Nxof9xyCtCQ== X-Received: by 10.99.9.65 with SMTP id 62mr30083530pgj.22.1487183693614; Wed, 15 Feb 2017 10:34:53 -0800 (PST) Received: from Stas-Air-2238.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id n81sm8829957pfb.111.2017.02.15.10.34.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 10:34:52 -0800 (PST) References: To: "internals@lists.php.net" Message-ID: Date: Wed, 15 Feb 2017 10:35:09 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Binary String Deprecation From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I can't speak for others, but for me, it's simply because there's no > reason to do it (remove it), while there may/might be a reason to > keep it going forward. Keeping it comes at zero cost, and if we ever Same here. I just don't see what is improved by this removal. To me, it's just disruption (admittedly to a small code base, but still) without any upside. -- Stas Malyshev smalyshev@gmail.com