From 7f566f670e0873cf0f931c42f88e94417b8ddb8b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Jul 2007 19:33:01 +0000 Subject: [PATCH] Adding the results of testing with PHP5 --- php520-test/results.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 php520-test/results.txt diff --git a/php520-test/results.txt b/php520-test/results.txt new file mode 100644 index 0000000..616588f --- /dev/null +++ b/php520-test/results.txt @@ -0,0 +1,14 @@ +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 \ No newline at end of file -- 2.22.5