Adding fixes in the unit tests for all the refactoring we did
[isso.git] / php520-test / results.txt
1 RESULTS OF TESTS:
2
3 SVN $Id$
4 ================================
5
6 1) BSXml can be removed in favor of using the SimpleXml extension
7
8 2) PHP's new DateTime/DateTimeZone classes can be used to fully implement date functionality
9
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
12
13 4) Exceptions are far more powerful than trigger_error() and should be used instead, alongside
14 a global uncaught exception handler