Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21769 invoked from network); 7 Nov 2016 07:19:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2016 07:19:05 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.48 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:36329] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/F9-33116-5EA20285 for ; Mon, 07 Nov 2016 02:19:02 -0500 Received: by mail-wm0-f48.google.com with SMTP id p190so163650955wmp.1 for ; Sun, 06 Nov 2016 23:19:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DdgZFDUm0mFeRSwb5PHEq3JvmTJ6TEzUWQDWcd3vu4g=; b=VVWl/JNMTb26vk4D7jG6FhfXgmKlj1fUj/+i1JmzYf3n+e0raLCKSdjsKhPOl5RFof f+xMRjMsq64XJpwuh7ersACaaZfhny0JrclbWSMIOplF5m4bDAvlXUlSn3SvKSDbcUZq sLFuHwkOhwJE6V0uGcJejzgCrwCgtcmNL6yyYnefW4y77S0RRwxzRORU7GTu0QysVbc8 hBlJJ26RyHisseHj7MhNQfZBRs9DIrpGVx3hFTZ9UU7KrssuiwR5v9GVo1Kpb/n5q8hI CCPEkCPpWCjkZjwsNekCTc4Xw+DZvB992dHIIev0K6weZ6F8hYOxhym+0gJfMLxWOSdq 6JPA== 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=DdgZFDUm0mFeRSwb5PHEq3JvmTJ6TEzUWQDWcd3vu4g=; b=BcIqwPEtgm4YS9FNQwX6DAx8OL9iH7hcsMff+iwwJaFknrGj8nGAuFG4UpjMSxkqlF 0dqiC6je44bt9uJihfE3LUaP/uD1XUjBjTZwIfjNNdrEaJIWq5GUKNwA40DUDboNoRnC fj2kKsas4HofVGrfT2L2oP89GhG7UKUfCeeOCYVBi69pgP7UR+MwwbcdKOK83wikaSBn IUHBMcInjZ1qGtSPviUU8JLnxRLDqn3g73a8qAF7V2fkVZzv4862Peq+Psd7mhIyhUE9 GgBPsEdK4rYboL9N7KTSIjXvcMUIiJ0P1IN01irtFFBxE66QmWM6FHR5j5XV5M+BXE1/ BC5A== X-Gm-Message-State: ABUngvcUjOCnkwm18dw8cNltthrtfxuvoVw3bxlgZFbnoy/9SDZTyJyfNocm+B2aivtEQi6QroR57TdHfw9QfQ== X-Received: by 10.28.194.135 with SMTP id s129mr5693856wmf.55.1478503138346; Sun, 06 Nov 2016 23:18:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.161.230 with HTTP; Sun, 6 Nov 2016 23:18:57 -0800 (PST) X-Originating-IP: [109.157.245.230] In-Reply-To: <7A.F8.33116.E57DF185@pb1.pair.com> References: <7A.F8.33116.E57DF185@pb1.pair.com> Date: Mon, 7 Nov 2016 07:18:57 +0000 Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1148da6e5c7fa60540b0d619 Subject: Re: [PHP-DEV] Re: Binary string forward compatibility removal From: pthreads@pthreads.org (Joe Watkins) --001a1148da6e5c7fa60540b0d619 Content-Type: text/plain; charset=UTF-8 Morning Andrea, Who is widely deploying something that does absolutely nothing ? The only reason to keep it would be that we are going to change the default representation, as pointed out we're not. This cannot have been left in for considered reasons, it was just forgotten about. Cheers Joe On Mon, Nov 7, 2016 at 1:22 AM, Andrea Faulds wrote: > Hi Pedro, > > I don't support this removal. > > Currently, yes, the flag doesn't do anything, and it's unlikely to do so > in future, as Nikita points out. > > However, it's not improbable that we might see a `u` flag in future, and > if that was added, `b` might still be useful as an explicit counterpart. > > Anyway, this feels like deprecation for its own sake. As you point out, > removing this breaks widely-deployed code. When the benefit of removal is > negligible, and it breaks existing code, I don't think it can be justified. > > Thanks. > -- > Andrea Faulds > https://ajf.me/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1148da6e5c7fa60540b0d619--