I ran this checker for the upcoming Invision Powerboard 3.0
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?
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.
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.
--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?