Revive old "anonymous exception" RFC

php.internals

Roland Franssen

7 years ago
Hi Internals, I would like to restart the discussion for RFC https://wiki.php.net/rfc/anonymous_catch ( http://news.php.net/php.webmaster/16065) It dates back to 2013, however, I think in general it still applies today. I can make the necessary changes if needed, but for this i need feedback and possibly permissions to edit the RFC. (Wiki username=ro0nl) This request supersedes https://externals.io/message/104491 Cheers, Roland Franssen

Christoph Becker

7 years ago
On 22.02.2019 at 13:28, Roland Franssen wrote:
> I would like to restart the discussion for RFC > https://wiki.php.net/rfc/anonymous_catch ( > http://news.php.net/php.webmaster/16065) > > It dates back to 2013, however, I think in general it still applies today. > I can make the necessary changes if needed, but for this i need feedback > and possibly permissions to edit the RFC. (Wiki username=ro0nl)
You should have RFC karma now. However, before editing that RFC, please try to reach out to the original author asking for permission.
-- Christoph M. Becker

Dan Ackroyd

7 years ago
On Fri, 22 Feb 2019 at 13:28, Christoph M. Becker <cmbecker69@gmx.de> wrote:
> > However, before editing that RFC, please > try to reach out to the original author asking for permission.
Or, better yet imo, please create a new document, referencing the earlier document. I've been doing some work recently to summarise what is the status of some RFCs that have been discussed repeatedly (which I'll post in a new thread), and one of the problems I had with doing that was with RFCs where the same document has been used for multiple attempts. It made correlating the discussions with what was in the RFC document at the time of the discussions quite difficult. cheers Dan

Rowan Collins

7 years ago
On Fri, 22 Feb 2019 at 16:24, Dan Ackroyd <Danack@basereality.com> wrote:
> On Fri, 22 Feb 2019 at 13:28, Christoph M. Becker <cmbecker69@gmx.de> > wrote: > > > > However, before editing that RFC, please > > try to reach out to the original author asking for permission. > > Or, better yet imo, please create a new document, referencing the > earlier document. >
Just make sure if you're calling it "v2" that it shouldn't actually be "v3", as happened with https://wiki.php.net/rfc/typed-properties-v2 and https://wiki.php.net/rfc/typed_properties_v2 :) Regards,
-- Rowan Collins [IMSoP]