• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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