Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86038 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33193 invoked from network); 29 Apr 2015 23:12:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2015 23:12:36 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.52 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.52 mail-pa0-f52.google.com Received: from [209.85.220.52] ([209.85.220.52:34978] helo=mail-pa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/C0-29050-26561455 for ; Wed, 29 Apr 2015 19:12:35 -0400 Received: by pabtp1 with SMTP id tp1so41173902pab.2 for ; Wed, 29 Apr 2015 16:12:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hv0dC92Z45/VV41aBebNGy6HTAL4hGRyHnggvybi1cw=; b=xn8O46aB2wrKY4IbC/67d3qFH+2979XdFI5F68PTSNoitgrYXQmCAhdX9WKnKt3xBH kW1i89XsDbaHp5J8Ux8x2PngzvUMuELe2Xm0asZD7r5fdOEIyZRiYjLcoAPz74EOAMS6 XAIuDVdXazIKkKKO3Rr1YhIq0XWUoZYBhT/jfK8MW+ynrnMefDbgVpX4jlEtuVLC08u7 smIkDGbvVx2bH1/LUrXACXsprkKCDrUgqskIZsi7djEXbjwks4qvWtFEjWSvFmvda1lW ds171gu9XHxUj9tYxWlvbzBfCvpofxguPo3eUYrAYTIOGPeuxSkVluo244LjfzulnWDX 4gzg== X-Received: by 10.69.16.35 with SMTP id ft3mr2586217pbd.35.1430349151140; Wed, 29 Apr 2015 16:12:31 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id af1sm245673pad.34.2015.04.29.16.12.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 16:12:30 -0700 (PDT) Message-ID: <55416547.9060602@gmail.com> Date: Wed, 29 Apr 2015 16:12:07 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Kalle Sommer Nielsen , Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Remove old PHP6 forward compatibility From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Back when PHP6 was actually a thing, we added the 'b' string literal > prefix and the (binary) cast to be forward compatible with PHP6, > however since the entire unicode strings part were dropped, these are > no longer needed. > > I think its safe to remove these 2, and take it as a lession learned, > to safely and selectively added forward compatibile features. Why remove it? I'm not sure what removing it would improve. -- Stas Malyshev smalyshev@gmail.com