• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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