Jump to content

upgrading php 4 to 5


Recommended Posts

Hello,

 

I need to upgrade php 4 to php 5 on a server (fedora 1 core i think) and am trying to make sure i do this right on the first try as i have very little room for error.

 

I haven't ever done this before, and I was reading that you need to manually use the ./configure --with-mysql to install mysql.

 

My question is, can i just copy the current configure command that is provided from my phpinfo() on php4 and use that to configure php5 before installation?

 

Thanks in advance for the help!

Link to comment
https://forums.phpfreaks.com/topic/65991-upgrading-php-4-to-5/
Share on other sites

My question is, can i just copy the current configure command that is provided from my phpinfo() on php4 and use that to configure php5 before installation?

 

You could use that as a base, but you might also want to take a look at....

 

./configure --help

 

As php5 has more {and|or} different functionality.

Link to comment
https://forums.phpfreaks.com/topic/65991-upgrading-php-4-to-5/#findComment-330366
Share on other sites

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.