nikdahl
Verified User
Sorry guys, I know this topic has come up many many times before me.
but I'm looking for someone to just tell me flat out how I can upgrade from php 5.1.6 to the current version 5.2.5. How can I tell if the person that set this server up used apache or apache2?
OK, so heres what I've done.
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
wget http://us.php.net/get/php-5.2.5.tar.gz/from/us3.php.net/mirror
Then I edited build and changed PHP_VER=5.2.5
So now, do I run ./build php?
I want it to keep all current configuration, so theoretically, if stole the parameters from a phpinfo();, and insert them into the configure.php, prior to running ./build php, then all should be fine, right?
Thanks!
but I'm looking for someone to just tell me flat out how I can upgrade from php 5.1.6 to the current version 5.2.5. How can I tell if the person that set this server up used apache or apache2?
OK, so heres what I've done.
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
wget http://us.php.net/get/php-5.2.5.tar.gz/from/us3.php.net/mirror
Then I edited build and changed PHP_VER=5.2.5
So now, do I run ./build php?
I want it to keep all current configuration, so theoretically, if stole the parameters from a phpinfo();, and insert them into the configure.php, prior to running ./build php, then all should be fine, right?
Thanks!