Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96082 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88856 invoked from network); 21 Sep 2016 20:07:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Sep 2016 20:07:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wm0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:38527] helo=mail-wm0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/9E-04117-A98E2E75 for ; Wed, 21 Sep 2016 16:07:54 -0400 Received: by mail-wm0-f47.google.com with SMTP id l132so110900565wmf.1 for ; Wed, 21 Sep 2016 13:07:54 -0700 (PDT) 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=dh3dbmbfTvk58i3a+LJcFSh3O/kPjGKPCgt+tfQs3xQ=; b=EMq2+0QPDZlAP9skT6PNKLcZxAEaWpFf86mK8zvz4XE8JKM3B58wgSQy5qbCcbHJyr 8aMGhxC6mfgb+WJpw2VTHl8H+bRqO0o9+i2a/ml8OcZuAQPN59Tyw9RScU7Gk1K3yiE2 d040+zEVPmIOZuYKno6pr7k1PAnd/ehnzMWKylLxpaEhEgLlfPnvEBV7YDjl8LRFuGt/ t2NskQNsYp2CuGAqyKOe9JC4k/OrIo4gXPM+HYJJpSHT2aZmD0b+YG6fXySCQ+MU/Y74 rHZrK/8fcBEZFMCwuh5utxHfBIvJwltItS0iZX4ACTfio3FfmnnQ4L+Q+0f1Rj6HL5tN ikug== 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=dh3dbmbfTvk58i3a+LJcFSh3O/kPjGKPCgt+tfQs3xQ=; b=QHVT1ZqBDQDIhPhx44fvB6nxTAX/TstXCTqGvonYIuf6HOTMQeR88L5QHb2HOtHTbw ezla06/buwsbARZnlTxbdLHcDLl/bblK6boROIDZDjOsF0qpT/Ig0+BmMxZtONnnGmpy TNrD15NiNWK5Clf2vRx/RB8w6GOwwYGKl4xfN+eD6z2DvGQgECpoB4NsypHxTSa2k5nJ NOOJtGF072vJkwgUDnGdhPxCcfqyFQq94GwOwgiXWz0g99v3c/nF26/5h8VJgPqYTzAz S9bz5uXrej5aV2anRiWgolac5B8+1lsqvf0JcE6lkXf4hocTYVCYfE5fX/X0rmsRahkI XnPg== X-Gm-Message-State: AE9vXwMPDKeEb8o30XwRPmk36eXSz2kVqwfeA0bqY2E2+nOd18McSuoGPBYf3UCqPm07xB4VG7+SQ3b7CPOMrQ== X-Received: by 10.194.155.100 with SMTP id vv4mr36003681wjb.56.1474488023569; Wed, 21 Sep 2016 13:00:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.19.229 with HTTP; Wed, 21 Sep 2016 13:00:02 -0700 (PDT) In-Reply-To: References: Date: Wed, 21 Sep 2016 22:00:02 +0200 Message-ID: To: Nikita Popov Cc: Nicolas Grekas , Levi Morrison , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e01177095dedb9a053d09fe84 Subject: Re: [PHP-DEV] Fix ReflectionType::__toString() BC break From: ocramius@gmail.com (Marco Pivetta) --089e01177095dedb9a053d09fe84 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 21, 2016 at 9:46 PM, Nikita Popov wrote: > Here's a PR for the revert-to-7.0 + deprecate variant, in case we wish to > adopt it: https://github.com/php/php-src/pull/2137 > Pretty much the most sensible solution to all this, from my point of view. Avoiding overloading a string with more meaning seems like the correct way to go forward on this, making it die with 8.0. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --089e01177095dedb9a053d09fe84--