"CentOS 6에 PHP 5.3 설치 (yum)"의 두 판 사이의 차이

54번째 줄: 54번째 줄:
           : language to Apache HTTP Server.
           : language to Apache HTTP Server.
</source>
</source>
:→ 패키지 이름을 그냥 php 대신 php53으로 하면 5.3 대 버전을 확인할 수 있다.<ref>php과 php53으로 분리되어 있는데, 5.3에 딸린 확장모듈이 아직 완비되지 않았기 때문인 것 같다.</ref>
:→ 패키지 이름을 그냥 php 대신 php53으로 하면 5.3 대 버전을 확인할 수 있다.
:→ php과 php53으로 분리되어 있는 이유는 확장모듈이 아직 완비되지 않았기 때문인 것 같다.


==같이 보기==
==같이 보기==

2012년 8월 31일 (금) 00:01 판

Crystal Clear action info.png 작성 중인 문서입니다.
PHP 5.3 버전으로 업그레이드

1 yum 확인

[root@jmnote ~]# yum info php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
Name       : php
Arch       : x86_64
Version    : 5.2.10
Release    : 1.el5.centos
Size       : 3.3 M
Repo       : installed
Summary    : PHP HTML-내장된 스크립트 언어. (PHP: Hypertext Preprocessor)
URL        : http://www.php.net/
License    : PHP
Description: PHP is an HTML-embedded scripting language. PHP attempts to make it
           : easy for developers to write dynamically generated webpages. PHP
           : also offers built-in database integration for several commercial
           : and non-commercial database management systems, so writing a
           : database-enabled webpage with PHP is fairly simple. The most common
           : use of PHP coding is probably as a replacement for CGI scripts.
           : 
           : The php package contains the module which adds support for the PHP
           : language to Apache HTTP Server.
→ 5.2.10 버전이 설치된 것으로 확인되고 더 상위 버전은 보이지 않는다.

2 yum 확인 2

[root@jmnote ~]# yum info php53
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
Name       : php53
Arch       : x86_64
Version    : 5.3.3
Release    : 5.el5
Size       : 1.3 M
Repo       : Daum
Summary    : PHP scripting language for creating dynamic web sites
URL        : http://www.php.net/
License    : PHP and LGPLv2 and LGPLv2+
Description: PHP is an HTML-embedded scripting language. PHP attempts to make it
           : easy for developers to write dynamically generated webpages. PHP
           : also offers built-in database integration for several commercial
           : and non-commercial database management systems, so writing a
           : database-enabled webpage with PHP is fairly simple. The most common
           : use of PHP coding is probably as a replacement for CGI scripts.
           : 
           : The php package contains the module which adds support for the PHP
           : language to Apache HTTP Server.
→ 패키지 이름을 그냥 php 대신 php53으로 하면 5.3 대 버전을 확인할 수 있다.
→ php과 php53으로 분리되어 있는 이유는 확장모듈이 아직 완비되지 않았기 때문인 것 같다.

3 같이 보기

4 주석


5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}