|
Posted by Curtis on 02/13/07 07:07
NC wrote:
> 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
>
I was wondering that too, but downloaded the latest from mysql.com, so
I don't think that's the issue. If it's something weird with the way I
have windows set up or something, I might need to ask in a windows
newsgroup, but again, I'm just not sure what to make of it.
Curtis
Navigation:
[Reply to this message]
|