• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • 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.

[Plesk 10.4.4 on Debian 6] PHP 5.3.3 -> 5.3.6 or higher

R

RobertProst

Guest
Hello all!

I would appreciate if someone could tell me what I need to do, to upgrade my PHP from the 5.3.3 which is included to 5.3.6 or maybe even higher (if possible, but not needed)

I run a Debian 6 Box with Plesk 10.4.4 (just updated)
OS Linux 2.6.38.2-grsec-xxxx-grs-ipv6-64
Panel version 10.4.4 Update #4
psa 10.4.4-debian6.0.build1013111102.18
php 5.3.3-7+squeeze3

Thanks a lot in advance!
 
Plesk doesn’t ship client’s PHP, it only downloads it from original OS vendor repo and it is quite likely it may be outdated there (especially for older OS). If your OS comes with PHP 5.3.6, then Plesk would run PHP 5.3.6 for clients.
 
Do you or someone have a guide on how to upgrade to 5.3.6 on Debian 6?
 
Repository

I know a good repository for PHP.

Code:
rpm -Uvh [URL]http://repo.proserve.nl/proserve-repo-latest.noarch.rpm[/URL]
Look!!! 100 posts today. :cool:
 
Last edited by a moderator:
Topic starter has Debian with dpkg package system :)

Okay, found something at:
Code:
[LIST]
[*][B]Squeeze :[/B]
[*]deb http://packages.dotdeb.org stable all
[*]deb-src http://packages.dotdeb.org stable all
[*][B]Lenny :[/B]
[*]deb http://packages.dotdeb.org oldstable all
[*]deb-src http://packages.dotdeb.org oldstable all
[/LIST]
 
Back
Top