|  | Posted by NC on 02/13/07 00:16 
Curtis wrote:>
 > I have come to love the ease of updating PHP, since getting used to
 > using it these past few years. Recently, however, when I upgraded from
 > PHP 5.1 to PHP 5.2.0 and again when moving to 5.2.1, I noticed strange
 > behavior when trying to load php_mysqli.dll. I am using Apache 2.2.3
 > on Windows XP Pro (32-bit). I use the php5apache2_2.dll to load PHP as
 > an Apache module. The PHPIniDir directive in httpd.conf points to the
 > correct directory. I also have the older php_mysql.dll extension
 > loaded simultaneously, which works fine. However, in phpinfo(), MySQLi
 > is nowhere to be found, and trying to use any mysqli functions or its
 > class will yield an error saying that they're undefined. In php.ini,
 > the extension_dir directive points to "C:\php5\ext\".
 
 Is it possible that your php_mysqli.dll is an older version compared
 to
 PHP and libmysql.dll?
 
 Cheers,
 NC
 [Back to original message] |