vBulletin Documentation on MySQLi
The documentation says:
Quote:
MySQLi is an improved database layer for PHP 5 and MySQL 4.1+. It is strongly recommended that MySQLi be used if your MySQL server is at version 4.1 or higher.
|
Now, my (new) host supports it - and I have just installed it.
Would it affect any modifications at all? In terms of database connection? Or does it all run via the $db variable anyway, thus not mattering which connection you use?
Thanks for your input.