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

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