Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96224 invoked from network); 6 Nov 2016 22:31:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2016 22:31:16 -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 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:36609] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/97-33116-23FAF185 for ; Sun, 06 Nov 2016 17:31:15 -0500 Received: by mail-wm0-f41.google.com with SMTP id p190so150033234wmp.1 for ; Sun, 06 Nov 2016 14:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JwORrHeNDresgkgLqdHOvzTIIaOhyQCFsUuaN8vsg4I=; b=0AaUUTi7cgKHm4gTt1PIiA+XGRz3R1K0vK4agYUQY1428gsA80Z3akCTy/ElqP5Aox rP70+QVB0Yr9/iWlgY/77GxgMfyp5w2C/qxH8q3YF6scC/dOICdNBrZRJD+ZLZJ7rL28 LY/1ZpXWUt6byG6CPhMz+2fDzrJVZ7m6dCJaHTCmQl77tRR45DXA8YNrWNxHfYlRGpxM TVIYgl0LJVve1EhHacU7ni7QxrWbx+8ibq3n3H6yNJAZGIoNWZ0OIxK5ddHwagYe6RJ1 Hz/5Ppgx19n7Bwkgo2wlue0nAVlr5HABSE/eDQh+jxXwhaXA7KH3HxZlFj168vQAh6vU s8sQ== 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:from:date :message-id:subject:to:cc; bh=JwORrHeNDresgkgLqdHOvzTIIaOhyQCFsUuaN8vsg4I=; b=Q6BEQ7QA2J300r+DC2KywhqCT3FIyF30wTFmTI7f8EtX42QhBbZoym6K6neoINt5pa deEu11DIIe18kpWn7OrnHanfB0aBya4j7KYp5mUOTKN45vsWvZqQSifCV1yug/ENoku0 DTkli9/P72YWq8JZmaGGNBTEB+/vpc/5/QqzBCvXQv/HSH9nB480hXmjurReMuJo+wb/ G5j8qEOIAIMw9NX+gCss83ZSbzxP7n+DYiUGgnC4JuOStZsQLR9aZVD6a9XlWg0zgyxK gh9qcqoynaAVryD/PMzpWQqkyCU7lGAGPtlB9PQC2TFy1hcyokXK3TaDdYhvq3XCcqRu cCQA== X-Gm-Message-State: ABUngvdP8TXSyJ15tr6C8uUR51np2+S+dOXFRwvbDhZBvoXRCTC1Tkh76yUZh/uk/CF5S3DNP0MxXX589Qb/Ww== X-Received: by 10.28.93.202 with SMTP id r193mr7136242wmb.30.1478471471875; Sun, 06 Nov 2016 14:31:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.170.79 with HTTP; Sun, 6 Nov 2016 14:31:11 -0800 (PST) In-Reply-To: <52157a07-edf4-5c43-4abc-4cf2f3d869ee@php.net> References: <52157a07-edf4-5c43-4abc-4cf2f3d869ee@php.net> Date: Sun, 6 Nov 2016 23:31:11 +0100 Message-ID: To: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= Cc: =?UTF-8?Q?Pedro_Magalh=C3=A3es?= , PHP Internals List Content-Type: multipart/alternative; boundary=001a1146d9cee44ac90540a97600 Subject: Re: [PHP-DEV] Binary string forward compatibility removal From: nikita.ppv@gmail.com (Nikita Popov) --001a1146d9cee44ac90540a97600 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Nov 6, 2016 at 8:56 PM, Fran=C3=A7ois Laupretre = wrote: > Hi, > > it was stated during the pre-7 discussions, that this flag would be kept > for possible future unicode-compliant developments. So, people needing > binary strings are still encouraged to use the flag, even if it is not us= ed > in the current versions. > > Regards > > Fran=C3=A7ois > I don't remember any specific on-list discussion on this topic, but my general understanding is that at this point the unicode by default approach has sailed. We may see something like u"" literals in the future (iirc this was suggested during the UString discussion), but we quite certainly are not going to change the default interpretation of strings -- it would cause too much breakage. Nikita --001a1146d9cee44ac90540a97600--