Php question

how do i upgrade the php on linux redhat small.

1 Reply

The easiest way is probably to download an RPM of the newer PHP version, then install it with the rpm tool, like

"rpm -U php-x.x.x.rpm". Of course, depending on what version you are going to/coming from and what other php items you have installed (like a php-mysql package), there may be other dependencies that you need to install along with it.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct