Jump to content

upgrade from 5.1 to 5.3 in linux


Recommended Posts

Hai

 

i have installed php in the cent os 5.4. the one which is installed is 5.1.6 now what i want to do is upgrade it to latest one 5.3.2, as i am new to linux environment it is quite hard for me to configure that, can any one guide me with this also one more thing is that i need to install zend framework in the same environment,

any help would be greatly appreciate..

Link to comment
https://forums.phpfreaks.com/topic/200536-upgrade-from-51-to-53-in-linux/
Share on other sites

You really don't want to compile php yourself unless you know what your doing because you will then have to deal with dependencies yourself (not much fun). I pointed you to a repo that should make installation simple, I'm not sure what else I can do.

 

If you still insist on compiling yourself there are instructions on php.net, but the process is the same as with most programs.

 

# unpack package
# cd into package source
./configure
make && make install

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.