darkcarnival Posted June 7, 2006 Share Posted June 7, 2006 hi,i plan to upgrade my test server from 4.3.9 to 5.1.4now i did try to use php 5 before but i wnen t back to php 4 after i seen mysql had to aded in as a mod, now is that still needed? and if so how do i set that up?thanks. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 7, 2006 Share Posted June 7, 2006 Yes if you use PHP5 you have to manaully enable the extension, just edit two lines in the php.ini if you're on Windows and you now have mysql support, for more details explainatio read my thread [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=87276\" target=\"_blank\"]here][/a]Also if you want to upgrade PHP just download the [b]Zipped[/b] binaries package and extract the contents of the zip file where your PHP folder is setup to and overrite [b]ALL[/b] current files in that folder.Now you need to edit your httpd.conf file and if you configured Apache to use PHP as a module you'll need to modify it slghtly, such as changing any instance of isapi/php4apache.dll or isapi/php4apache2.dll to php5apache.dll or php5apache2.dllAnd thats it! You have now upgraded PHP, save your httpd.conf and restart Apache. If you did it in a different way or used a different server, like IIS, then it may take bit more editing.If you're not on Windows and are using *nix based OS then you may need to recomiple PHP to the setup you want. Quote Link to comment Share on other sites More sharing options...
darkcarnival Posted June 7, 2006 Author Share Posted June 7, 2006 thanksi setup php differently in apache than what you listed btw i did it the cgi way, i believe thats what its called. calling php.exe which in php 5 i learned was renamed to php-cgi.exethank you for the help. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 7, 2006 Share Posted June 7, 2006 No problem. I prefer trhe Apache Module way myself. [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /] 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.