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

Plesk 11.5 Debian/Ubuntu PHP5.4

None that I know of. But this should be pretty straightforward - update PHP to 5.4 from third-party repository as you normally would. The only thing you should care about is to not remove any of Plesk packages during the process (but I won't expect this to happen).

After the upgrade is complete you may want to call:
# plesk sbin packagemng -sdf
# service apache2 restart

If you already had php-fpm, also restart it. Also manually check that your old php.ini is compatible with the new version (e.g., leaving safe_mode=on there will bring you grief).


Alternative way is to use custom php handlers feature (i.e., build and install you own PHP and register it in Plesk). But I'd stick to the first option unless you need 2 different PHP versions.
 
Back
Top