rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
yum --enablerepo=webtatic install php
yum --enablerepo=webtatic install php-mysql
yum --enablerepo=webtatic install php-xml
yum --enablerepo=webtatic install php-mbstring
Fix current code to run with PHP 5.3
goto is keyword
function goto() {} => function gotoXXX() {}
use explode instead of split
Title:
Install PHP 5.3
Description:
rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo y...
...
Rating:
4