• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

[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