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