• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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