Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54704 invoked from network); 19 Aug 2016 18:42:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2016 18:42:26 -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:37360] helo=mail-wm0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/A5-17996-01357B75 for ; Fri, 19 Aug 2016 14:42:25 -0400 Received: by mail-wm0-f47.google.com with SMTP id i5so53790053wmg.0 for ; Fri, 19 Aug 2016 11:42:24 -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=epo0BPOMS3oZ3ZsTBjhwwZHDACuqgxklC1Oa5LHl4AU=; b=qVArPyMqKhOzd8bs/dfsi9fnQnHCkgtMid0+WtG2fRCqBRttxujap6idymoQ9ZTtSo j15GYuhqkmeYPqgE51qW0T7QeEALFZ5CakejZQsAw6JoHqlRbzzDEG+oUHWNr6kLPw06 WUEqpFAk2as/s5bc/iLbryO9zdBifP5qT1kVc6NW5L0rGw+7rWEhbN2JMJCSyX+rkAEi ulcMiIwacVQCffCYCFJ3FIZuRbRW9aoRW5QQDEG816y6DrUToysjT2lSvexYB+Rtco06 UXfIzHrrMUIAKnna0EAGbqe1+GFczBOIvmVDGlioIwAPOZZJH3Fdibidrgq9Gvs1R8p1 5vLg== 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=epo0BPOMS3oZ3ZsTBjhwwZHDACuqgxklC1Oa5LHl4AU=; b=WSbb9ju8eYLkiMZrGdDgvHWyp0oDGIisdDX6GAEnmiv26FEbkycHFVXsxL8oLuuTF/ WicbvApooRh/MhIz6UX3D5U4lQHLen3guHZ0+FCNkgDVyRub9eUGJRB70Dhu5mQRGUWh yQFp7A9WKAOpiBA9lxydHevdw8QA9SC0FS1zQZYzSqrYfFHP5IwyWPrD6WZV7HkMM+Ux qoVG8laKcBy+9BLowClvOoSilLrnEFe4c/KpnOy9O15HBhlShPO/amKoe409kR8RjhaU 3AAfNjrbayG6V9GbQyG8Qqn8KP56hsTJhlqFB04Rxg23+9yFrQqmasjnmDzawYfnzw2B ++Sw== X-Gm-Message-State: AEkoouu1WRAoPC4nrHMKC/p8Qs4waD1iRjMNcr7W2YZrpE9Pu1/jtRLn153ZSyLfLVqeZelGvjCqcrnYCHMaAQ== X-Received: by 10.28.27.211 with SMTP id b202mr5353354wmb.12.1471632141900; Fri, 19 Aug 2016 11:42:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.125.242 with HTTP; Fri, 19 Aug 2016 11:42:01 -0700 (PDT) In-Reply-To: References: <0668D584-EE51-4932-85D7-01D8BF70E409@trowski.com> <15E198DD-FF66-475D-ABBC-54ECD2B6BF62@trowski.com> Date: Fri, 19 Aug 2016 20:42:01 +0200 Message-ID: To: Stanislav Malyshev Cc: Aaron Piotrowski , internals Content-Type: multipart/alternative; boundary=001a114b3ab80ee0c7053a710ffd Subject: Re: [PHP-DEV] ReflectionType::__toString() prepending \ to class names From: ocramius@gmail.com (Marco Pivetta) --001a114b3ab80ee0c7053a710ffd Content-Type: text/plain; charset=UTF-8 On Fri, Aug 19, 2016 at 8:40 PM, Stanislav Malyshev wrote: > Hi! > > > Looks like this problem is more complicated than I thought. I thought > > prepending the \ would mean little work on your end, but it appears I > > was wrong. > > I see that despite it not being as simple, BC break and clear lack of > consensus the change is still not reverted? I explicitly asked Aaron to wait for me to check out things today. Indeed, it is a mess, but it would probably already have been reverted if we managed to verify the issues earlier on. :-) Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a114b3ab80ee0c7053a710ffd--