Don't suppose there are any plans to add structured exception handling to PHP? Something like "try {} catch() {}" in C++ or "try..except..end" in Delphi?
I think it would prove very useful.
John