Re: [PHP] Why I wish PHP had Python's exception handling....

2001-10-21 Thread Brian White
If that happens it would be great. At 00:33 22/10/2001 -0500, Matt McClanahan wrote: >On Mon, Oct 22, 2001 at 02:57:44PM +1000, Brian White wrote: > >Preface to these ramblings: Exception handling is planned for the next >version of the Zend engine. For details, see > >http://www.zend.com/zend/

Re: [PHP] Why I wish PHP had Python's exception handling....

2001-10-21 Thread Matt McClanahan
On Mon, Oct 22, 2001 at 02:57:44PM +1000, Brian White wrote: Preface to these ramblings: Exception handling is planned for the next version of the Zend engine. For details, see http://www.zend.com/zend/future.php > The nasty thing then comes in that if any task fails, I have to stop. So I > cr