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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.