Is there any way how to enrich error messages in php? I'm getting errors like
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 524288 bytes) in /site/lib/Zend/Db/Statement/Pdo.php on line 228
which is not quite good. At least callstack would be more helpful.