• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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