nerdia Posted August 21, 2007 Share Posted August 21, 2007 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 More sharing options...
trq Posted August 21, 2007 Share Posted August 21, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.