• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question Compile PHP with extensions

lukas-degan

Basic Pleskian
Hi,

i need to install some old PHP Versions.
First i executed:
./configure --prefix /usr/local/php7.0/ --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring --with-curl --with-openssl --with-xmlrpc --enable-soap --enable-zip --with-gd --with-jpeg-dir --with-png-dir --with-mysqli --with-pgsql --enable-embedded-mysqli --with-freetype-dir --with-ldap --enable-intl --with-xsl --with-zlib

Then I registered it in plesk:
plesk bin php_handler --add -displayname 7.0.33 -path /usr/local/php7.0/bin/php -clipath /usr/local/php7.0/bin/php -phpini /usr/local/php7.0/php.ini -type fpm -service php7.0-fpm -poold /etc/php7.0-fpm/pool.d

But now Plesk do not show any extensions in PHP Setting.

I know that this is not offical supported, but i hope someone can help me.
 
Back
Top