mysqli support

anewday

Well-Known Member
#1
I ran this checker for the upcoming Invision Powerboard 3.0

IP.Board 3.0 Requirements Checker

Checking for mysqli support...FAIL
The mysqli extension is preferred over the original mysql extension. If you are utilizing another database driver (such as MSSQL) you can ignore this message. This is not a requirement, but if possible we recommend you to install the mysqli extension for better performance.
I thought the php is already compiled with support for mysqli with the following parameters.

--with-mysqli --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-xml --with-curl --enable-exif --with-swf=/usr/local/flash --with-zip --enable-ftp --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-gettext --with-mysql=/usr --enable-discard-path --enable-sockets --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --with-xmlrpc

Am I missing somethiing?
 

mistwang

LiteSpeed Staff
#5
Then I think mysqli has not built into PHP binary or load as a module, you can try build PHP again and check the log file to make sure there is no error regarding this.
 
Top