• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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 in Panel on Linux

With PHP 5.4 still set on the site, run a phpinfo() page and there will be a large section on what was used previously for ./configure. For the most part, you can almost copy-paste that into the new ./config, except with some changes (e.g. 5.3 had --with-fastcgi instead of --with-cgi as in 5.4). You will also likely have to end up taking a lot of time installing all the development dependencies if you wish to use that, but, if your server doesn't hate you, you can also hopefully get away with minimal options (do NOT forget mysqlnd if those scripts use mysqli or PDO and use the functions that require it); just include the features you know you'll need (DO NOT FORGET --prefix=/path/to/customphp/ AS MENTIONED IN THE DOCS!!!) and that will hopefully be enough (sorry if this makes anyone cringe).

Alternatively, you can also use PHP-Panda! if the server was RPM-based (just sharing for future reference, moreorless).
 
Back
Top