The most important thing missing from this is that you cannot rethrow the exception from the point where you suggest to place the finally code :-)
--Wez.
> There's absolute no need for finally:
>
> try {
> }
> catch (...) {
> }
> // here's you're finally code
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
