Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: ceebster on September 02, 2008, 06:50:27 PM
-
Hi
My Sme server has PHP versipn 4.3.9 - i need to upgrade it to 5.2, to run some support desk pages.
Does anyone have any ideas how i update it.
I have considered installing xampp???
Thanks
Chris
-
would this help?
http://forums.contribs.org/index.php?topic=37481.15
-
yum --enablerepo=centosplus install php.i386 php-pear-Net-Socket php-pear-Auth-SASL php-pear-DB php-pear-HTTP php-pear-Mail php-pear-XML-Parser
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot
Check this out.
http://wiki.contribs.org/PHP (http://wiki.contribs.org/PHP)
-
the-heck
That should read
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot
although on sme 7.x there is a shorter command which does the same thing
signal-event post-upgrade
signal-event reboot
-
thanks Mary!