• 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.

Multiple PHP Versions

kevin258

New Pleskian
Hello, i have a question.

I have installed PHP5.5.12 as the secondary php version. The primary version (installed with plesk) is php5.4 .
Now when i try to install extensions, every time they are installing to the primary version.

How can i install extensions special for the other version?

I have Debian 7 x64 and parallels plesk 11.5
 
you should use something like this
phpize --with-php-config=/usr/local/php5511-cgi/bin/php-config

or

./configure --with-php-config=/usr/local/php5511-cgi/bin/php-config

or for PECL

pecl -C ./pear.conf (in your php 5.5.12 directory)
 
Back
Top