How do I upgrade php?

I'm running centos 3.4, apache 2.0.53, php4.3.10 and mysql 4.024. If I want to upgrade to php4.3.11, do I just run the following, or do I need to specify all the configuring options again?

./configure
make
make install

 

 

 

 

Top