I have no mysqli.so in php.ini files

thread: 3 messages  |  last: a year ago  |  started: wednesday, august 22, 2007, 11:06 am pdt


#1  |  walterbyrd (denver, co) United States of America
Wednesday, August 22, 2007, 11:06 AM PDT

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

#2  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Wednesday, August 22, 2007, 12:12 PM PDT

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.

#3  |  damijanc (Slovenia) Slovenia
Tuesday, August 10, 2010, 11:01 PM PDT

For me the solution was to install php-mysql package (fedora 11).



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.