• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[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