Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99330 invoked from network); 30 Apr 2015 23:25:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2015 23:25:03 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:35166] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/20-30948-FC9B2455 for ; Thu, 30 Apr 2015 19:25:03 -0400 Received: by lbbuc2 with SMTP id uc2so55861935lbb.2 for ; Thu, 30 Apr 2015 16:24:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LjSx5OeQHyopLqF83kCegnyhhZpUx9RL8oi2XixeXEo=; b=j/FFMb0eRa3cMa4Qnw/fKON+962dYv/GK/1nFKdvNtMdpxn54jpM+/JKC9iDlG2q3x zl8+1H2UBJPCaav4rIcav4UfrO7S35yTHi7uLShgRtZnYxmz12VPAKmi1p9XksSqmJgZ hIuaknIOM4GvmlwJ9eZWzIAnI1qXpxRYivDzuArYpagMu5X8IlroaTGTy0c7zbpeRalw cvpoUFJmgxJegEMMNiKX0XxgoJDskyBm65KsqKVML9VdkiXJgfe+iQvii+AxujZ0Erqq hRgY+eKafM2ebfAzAl9Pfl64qDsVZYwY2/Nu58Er7DYmq7xXv1LJDiA+z9aR2Nqd6VqU Eoyg== X-Gm-Message-State: ALoCoQmMm+zWs1CAtTITCrZb3QNEulWCER79Jw+GbKJG9DZk1MRGRmLK9iHRqT23gK5Y8t9IYbZe MIME-Version: 1.0 X-Received: by 10.152.88.1 with SMTP id bc1mr5999716lab.79.1430436299779; Thu, 30 Apr 2015 16:24:59 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Thu, 30 Apr 2015 16:24:59 -0700 (PDT) X-Originating-IP: [2620:10d:c082:1055:22c9:d0ff:fe87:295b] In-Reply-To: <55416547.9060602@gmail.com> References: <55416547.9060602@gmail.com> Date: Thu, 30 Apr 2015 16:24:59 -0700 X-Google-Sender-Auth: nHYY6j2Qt7wFi1pKl_5Kayc7deA Message-ID: To: Stanislav Malyshev Cc: Kalle Sommer Nielsen , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Remove old PHP6 forward compatibility From: pollita@php.net (Sara Golemon) On Wed, Apr 29, 2015 at 4:12 PM, Stanislav Malyshev wrote: >> 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. > Agreed. PHP6 dying on the vine doesn't establish that we'll never have baked-in unicode support. Better to keep this around to improve compatibility when/if we revisit this. -Sara