• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Mysqli PHP Ext (Very Strange problem)

I

Iaco

Guest
Hi to all,

I have a virtual server with a clean install of plesk 8.2.

Windows2003 Server x64.

I'd like to enable mysqli (Improvments) php extensions.

I have a domain with php5.2.3 enabled running as isapi extensions.

Like explain in php manual and also in this forum, I have made the following:

SwSoft\Plesk\Additional\PleskPHP5\php.ini extensions=php_mysqli.dll

Copy libmysql.dll to %SystemRoot% c:\windows\system32

Also I have added to environment path c:\SwSoft\Plesk\Additi~\PleskPHP5

Restart IIS ....

The mysqli ext is never loaded in a phpinfo() test.

Any help about this ?

Thanks in advance
 
I have solve the problem.

In C:/windows/sysWow64 there is a libmySQL.dll file that is an older version. Replace this file with the same file located in c:\SWSoft/Plesk\Additional\PleskPHP5\libmysql.dll resolve the problem for me.

Maybe in 64bit windows environment the first place where the system try to search this extensions is here.
 
Back
Top