• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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