Testing results
-
TEST 2:
Linux, Apache, PHP 5.4.16, PDO + mysgli + mysql, mysql 5.5.31:
Multisite, Domain mapping, Link Manager, Jetpack (most modules), custom post types, custom fields, custom taxonomies and custom archive queries.
No errors logged or visisble on any subsite.
TEST 3:
Same as above, without pdo_mysql extension, gave:
PHP Fatal error: Call to a member function fetch_object() on a non-object in []/public_html/wp-content/plugins/wp-db-driver/drivers/mysqli.php on line 117
This occurs regardless of mysqli and mysql extensions loaded instead.
TEST 4:
Same as above, with pdo_mysql, but without mysqli extension:
No errors logged or observed.
TEST 5:
Same as above with pdo_mysql, but without legacy mysql extension:
No errors logged or observed.
- The topic ‘Testing results’ is closed to new replies.