Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18781 invoked from network); 4 Oct 2016 07:23:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2016 07:23:51 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.160 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.160 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.160] ([81.169.146.160:26263] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/AC-06241-50953F75 for ; Tue, 04 Oct 2016 03:23:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1475565826; l=5202; s=domk; d=kelunik.com; h=Content-Type:To:Subject:Date:From:In-Reply-To:References: MIME-Version; bh=LkUt4RNKdJTOOF/VoT/3rsl3oXGS48CDDDOOsj5h4Eo=; b=pGZS+qbz+eo3SjTabanSPjrXyTULALt1AhALSNdtLayBCKMH+MaGCiprGZFECXqHc4A +1sCTf7HNAAhK5WNvfXsrCJvCHOCJyxqpSm05r5tIrRRJTWFMGYwhI9t7Q0ygJ0LXf1YM hq2fW0/cncy8F9enCY6KlWxC81U28x4067g= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtOnA6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f53.google.com ([74.125.82.53]) by smtp.strato.de (RZmta 39.5 AUTH) with ESMTPSA id 30b038s947NkZyp (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Tue, 4 Oct 2016 09:23:46 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id f193so149646642wmg.0 for ; Tue, 04 Oct 2016 00:23:46 -0700 (PDT) X-Gm-Message-State: AA6/9Rm3pugyjR0nRukNM25A+9GBtTzGlTXZ540jyGDkP3EyOz6Q8sYCfyZasduoaeVjKjYp4j1D9pKScSYUYw== X-Received: by 10.28.63.81 with SMTP id m78mr2101537wma.87.1475565825911; Tue, 04 Oct 2016 00:23:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 04 Oct 2016 07:23:35 +0000 X-Gmail-Original-Message-ID: Message-ID: To: Marco Pivetta , PHP Internals Content-Type: multipart/alternative; boundary=001a114b45d0e577f3053e04f040 Subject: Re: [PHP-DEV] Fix ReflectionType::__toString() BC break From: me@kelunik.com (Niklas Keller) --001a114b45d0e577f3053e04f040 Content-Type: text/plain; charset=UTF-8 Marco Pivetta schrieb am Sa., 1. Okt. 2016, 15:27: > At the moment, the fact that it raises a fatal due to __toString() > limitations is a problem. Probably good to delay or RFC it. > You mean if errors are converted to exceptions? If you do that, deprecation warnings should usually not be converted. On 1 Oct 2016 09:17, "Niklas Keller" wrote: > > Marco Pivetta schrieb am Sa., 1. Okt. 2016, 01:20: > > On Mon, Sep 26, 2016 at 7:44 AM, Pierre Joye wrote: > > > Also follow the discussion here > > > > https://github.com/php/php-src/pull/2137#issuecomment-249353056 > > > > Follow-up on this, since RC3 was tagged with > https://github.com/php/php-src/pull/2137 merged into it. > > BC Issue seems to be resolved from my perspective, and some sort of > soft-deprecation was introduced (deprecated, but no deprecation notice > triggered). > > > I think we should deprecate it with a notice, or should we wait until 7.2 > with that? > > Nicolas, can you confirm if this works on your side? > > Greets, > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > --001a114b45d0e577f3053e04f040--