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

2001-10-21 Thread Brian White
I am just doing something at the moment in PHP, which is naturally suited to managing via a try,catch kind of structure which just isn't in PHP and means I am having to be very, very careful. I just thought I might use it to put the case for some exceptions. Basically, I have a whole bunch of

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

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