i think you need to add "extension=php_mysqli.dll" rather and put
php_mysqli.dll in your extension directory. That DLL is included in the
PECL package available on php.net. This works fine for me, am also
running PHP4 and 5 on a winbox, but with my MySQL server running on a
linux machine.
nie
Bogdan Ribic wrote:
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
i think you need to add "extens
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
But whenever I try to connect to local mysql ser