For questions, issues and topics that specifically deal with getting started with Qcodo (e.g. installation, configuration, subfoldering, etc.)
I have three php.ini files:
/etc/php5/apache2/php.ini /etc/php5/cgi/php.ini /etc/php5/cli/php.ini
They all have this:
extension=msql.so
But none of them have this:
extension=mysqli.so
both the mysql and mysqli extensions can be included at compile time for PHP. Be sure to compile PHP with those extensions (which do NOT require any modifications to php.ini). See documentation at php.net for more info.
For me the solution was to install php-mysql package (fedora 11).