centos php yum update
출처 : http://ezgreg.tistory.com/57
지난 2009년 11월 19일, PHP 5.3.1 이 릴리즈 되면서 5.3대로 업데이트를 해보자는 생각을 구글링을 하다 YUM으로 업데이드 할 수 있는 레포지토리를 찾았습니다.
이렇게 Repository를 추가하시고 인스톨이나 업데이트를 하실 분은 아래의 명령어를 알맞게 사용하시면 됩니다.
- 최초 설치 시 -
- 업데이트 시 -
PHP 5.3에서 추가된 부분은 아래를 참고하시길 바랍니다.
네이스페이스가 추가된 부분은 정말 필요했던 부분인거 같습니다.
Change Log를 보시면 자세한 설명도 나와있습니다.
지난 2009년 11월 19일, PHP 5.3.1 이 릴리즈 되면서 5.3대로 업데이트를 해보자는 생각을 구글링을 하다 YUM으로 업데이드 할 수 있는 레포지토리를 찾았습니다.
# 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 |
이렇게 Repository를 추가하시고 인스톨이나 업데이트를 하실 분은 아래의 명령어를 알맞게 사용하시면 됩니다.
- 최초 설치 시 -
# yum --enablerepo=webtatic install php |
- 업데이트 시 -
# yum --enablerepo=webtatic update php |
PHP 5.3에서 추가된 부분은 아래를 참고하시길 바랍니다.
네이스페이스가 추가된 부분은 정말 필요했던 부분인거 같습니다.
Change Log를 보시면 자세한 설명도 나와있습니다.
The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes.
Some of the key new features include: namespaces, late static binding, closures, optional garbage collection for cyclic references, new extensions (likeext/phar, ext/intl and ext/fileinfo), over 140 bug fixes and much more.
For users upgrading from PHP 5.2 there is a migration guide available here, detailing the changes between those releases and PHP 5.3.0.
Further details about the PHP 5.3.0 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.
'Web' 카테고리의 다른 글
cent os yum으로 mysql 설치시 오류 사항 (0) | 2013.03.20 |
---|---|
tmp (0) | 2013.03.19 |
[리눅스 오류][warn] _default_ VirtualHost overlap on port 80, the first has precedence (0) | 2013.03.14 |
Linux : Error / tar gz (0) | 2013.03.13 |
MySql 기간 검색 (0) | 2013.02.27 |