RFC karma

From: Date: Sun, 23 Jun 2013 18:24:34 +0000
Subject: RFC karma
Groups: php.webmaster 
Request: Send a blank email to [email protected] to get a copy of this message
Hi,

Let me first tell a little about myself. I'm 21 y/o and from the Netherlands, currently
studying Computing Science at University of Groningen. I've been using PHP for about 8 years
and now like to get my hands dirty in PHP's core.

Recently, Phil Sturgeon asked on twitter if someone would be able to add support for a certain
language construct to PHP, see https://twitter...com/philsturgeon/status/347822429877436416.

This sounded like a great opportunity to dive into the PHP core, as it's not that hard to
implement. In the meantime I've successfully been able to get this working, including support
for anonymous catch-statements:

	try { throw new Exception; }
	catch { die('Oops!'); }

That's why I'd like to create an official RFC where details about the exact possibilities
may be discussed.

My wiki username is 'joostk'.

Regards,

Joost


Thread (8 messages)

« previous php.webmaster (#16065) next »