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

Update PHP

E

ecja

Guest
Hello,
can any one help me to update php 5.0.5 available: to 5.1.6, suitable
on fedora 8
Jc
 
Are you sure?

Fedora 8 originally shipped with PHP 5.2.4 and has PHP 5.2.6 available in the updates repository.
 
Hello, it has PHP 5.2.4 but need to update to 5.2.6.
How do I update it

JC
 
Code:
yum update php

Or update your whole system while you're at it:

Code:
yum update

Don't forget to restart Apache after updating PHP:

Code:
service httpd restart
 
Sorry but where would I enter the update commands ?? Putty ??
 
Back
Top