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

PHP version not enforced by plan

Miguel_Tellería

Basic Pleskian
Hi there,

Steps to reproduce:

1. Have 2 Plesk plans:
- Plan53 with PHP5.3 fastcgi from native installation (under /usr/lib)
- Plan55 with PHP5.5 fastcgi from Atomic RPM repository (under /opt/atomic/)

2. Have a subscription fully synchronized with Plan53 using PHP 5.3

3. Change the subscription plan to Plan55 and see that it is always synchronized with it.

Expected result: The hosting should be running with PHP5.5
Actual result: The hosting nevertheless still has PHP5.3 as shown by phpinfo web page.

Additional info:

- Plesk 12.0.18 with microupdate 51, under CentOS 6.6

- The PHP version can be changed manually inside the subscription (under websites and domains -> hosting configuration). Here the PHP5.3 value stil persists and changing it brings it to effect and doesn't break the synchronized state of the subscription.

- This behaviour has been observed with several subscriptions, but not all of them. We haven't been able to detect a pattern (old, new).

- This is the output of /usr/local/psa/admin/bin/php_handlers_control --list

id: display name: version: type: cgi-bin: cli-bin: php.ini: system
module 5.3.29 5.3.29 module /usr/bin/php-cgi /etc/php.ini
fastcgi 5.3.29 5.3.29 fastcgi /usr/bin/php-cgi /etc/php.ini
cgi 5.3.29 5.3.29 cgi /usr/bin/php-cgi /etc/php.ini
fastcgi-5.2.17 5.2.17 5.2.17 fastcgi /usr/local/php-5.2.17/bin/php-cgi /usr/local/php-5.2.17/etc/php.ini
fastcgi-54 Atomic 5.4 5.4.28 fastcgi /opt/atomic/atomic-php54/root/usr/bin/php-cgi /opt/atomic/atomic-php54/root/etc/php.ini
fastcgi-55 Atomic 5.5 5.5.22 fastcgi /opt/atomic/atomic-php55/root/usr/bin/php-cgi /opt/atomic/atomic-php55/root/etc/php.ini
fastcgi-56 Atomic 5.6 5.6.0 fastcgi /opt/atomic/atomic-php56/root/usr/bin/php-cgi /opt/atomic/atomic-php56/root/etc/php.ini
fastcgi-52 Atomic 5.2 5.2.17 fastcgi /opt/atomic/atomic-php52/root/usr/bin/php-cgi /opt/atomic/atomic-php52/root/etc/php.ini
 
Back
Top