RESULTS OF TESTS: SVN $Id$ ================================ 1) BSXml can be removed in favor of using the SimpleXml extension 2) PHP's new DateTime/DateTimeZone classes can be used to fully implement date functionality 3) PDO could replace BSDd however there is no way to view a compiled query with all prepared variables replaced, which prevents us from doing stats on queries 4) Exceptions are far more powerful than trigger_error() and should be used instead, alongside a global uncaught exception handler