• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Upgrading PHP (add new modules)

W

wdeboer

Guest
Hi

I got a Plesk 7 installation on our server, only the included PHP 4 installation is missing some modules we using this includes the XSLT and the DOMXML module. It seems that you can load these dynamically, does anyone know how to recompile PHP to include these two modules are let it load thse dynamically?
 
Do you have a answer on this, because i have the same problem

Regards
Henk from Holland
 
Hi, i have installed a few extras on my php installation with plesk.

all i did was copy the extensions to the dir within plesk\php\extensions

and edited the php.ini file within C:\windows.

either uncomment or add the extensions to the list and then just restart iis

pretty easy really
 
If you are running on Plesk for Windows , the solution provided by robtbs , will more than likely work. All you will need to do is to find a location where you may download all the extensions.

If you are running on Plesk for Linux I really recommend you make use of ART's PHP distribution. ART has the following PHP extensions available:
  • php-devel
  • php-domxml
  • php-manual
  • php-mcrypt
  • php-mhash
  • php-odbc
  • php-xmlrpc
  • php-imap
  • php-ldap
  • php-mbstring
  • php-mysql
  • php-pear
  • php-pgsql
  • php-snmp
 
Back
Top