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 (and IMHO makes little sense in a language that is not strictly typed), finally has been discussed before. - Stig -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php