Hi there, I'm sorry to say I haven't been keeping up with the mailing list that much of late due to client work, though I do plan to try and get some free time soon to help out more.
Anyhow - I've been using Zend::log and was testing it by attempting to register a logfile which is not writeable by the web user - I found the __destruct() method of Zend_Log_Adapter_File calls $this->flush() which throws an exception if the file cannot be written to. Since __destruct() is not allowed to throw an exception this crashes PHP with the error: Fatal error: Exception thrown without a stack frame in Unknown on line 0 Is this a known issue? If not should I post to the issue tracker? best wishes, Simon www.studio24.net
