• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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