On Thu, 2003-01-23 at 18:41, Alex Mendelev wrote:
> Hey,
>
> Are there any plans to implement proper exception handling in PHP?
>
> try / catch / finally
> throw
> throws
>
> Is anyone working on that?
HEAD (in CVS) has try, catch and throw. No throws or finally. Throws
has not been discussed
This is scheduled for PHP5.
Want to know when it will be released? -> This year Q3 or Q4
Regards,
Andrey
- Original Message -
From: "Alex Mendelev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 7:41 PM
Subject: [PHP-DEV] php exception handling
> Hey,
>