• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

upgrade to php5

J

jarin

Guest
hi i found this article in the knowledgebase: http://kb.swsoft.com/article_37_378_en.html

but i have no idea how to actually go about accomplishing this. for example, where is the apache modules folder, typically, on a linux server?

does anyone know of a more detailed help file for this procedure? we need php5 to run a certain unicode search script.

thanks!
jarin
 
thanks for yr reply!

great that the material is on yr site, just wondering if there's a tutorial somewhere that could guide me through it. my host had something for updating mysql that worked great, but i'm having a hard time finding something that will guide me through updating php anywhere on the web.

thanks!
 
No I don't really have any documentation, in general my design goals are to keep a package change as simple as: yum update. That being said, php5 and 5.1 are a bit more complicated, since they are using different package architectures and incompatible configs. Best bet there is to remove the old php install, and: yum install php php-mysql php-gd etc.
 
ok thanks for the info, i will do a little more research on how to remove the old install and the commands for installing the new version then give it a whirl!

thanks
 
Back
Top