• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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