"CentOS 5에 php-zts 설치 (yum)"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
5번째 줄: 5번째 줄:


==php-zts 설치==
==php-zts 설치==
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# yum install php-zts
[root@zetawiki ~]# yum install php-zts
... (생략)
... (생략)
================================================================
========================================================================
  Package          Arch      Version         Repository   Size
  Package       Arch         Version             Repository       Size
================================================================
========================================================================
Installing:
Installing:
  php-zts         x86_64     5.3.29-3.w5     webtatic     1.4 M
  php-zts       x86_64       5.3.29-3.w5         webtatic       1.4 M
Updating for dependencies:
php              x86_64    5.3.29-3.w5    webtatic    1.4 M
php-cli          x86_64    5.3.29-3.w5    webtatic    2.6 M
php-common      x86_64    5.3.29-3.w5    webtatic    666 k
php-devel        x86_64    5.3.29-3.w5    webtatic    634 k
php-mbstring    x86_64    5.3.29-3.w5    webtatic    1.2 M
php-mcrypt      x86_64    5.3.29-3.w5    webtatic      33 k
php-mysql        x86_64    5.3.29-3.w5    webtatic      93 k
php-pdo          x86_64    5.3.29-3.w5    webtatic      68 k
php-soap        x86_64    5.3.29-3.w5    webtatic    147 k
php-xml          x86_64    5.3.29-3.w5    webtatic    121 k


Transaction Summary
Transaction Summary
================================================================
========================================================================
Install      1 Package(s)
Install      1 Package(s)
Upgrade     10 Package(s)
Upgrade       0 Package(s)


Total download size: 8.3 M
Total download size: 1.4 M
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
</source>
... (생략)
Installed:
  php-zts.x86_64 0:5.3.29-3.w5                                         
 
Complete!
</syntaxhighlight>
 
==같이 보기==
*[[아파치 prefork에서 worker 방식으로 변경]]


[[분류: CentOS 5]]
[[분류: CentOS 5]]
[[분류: yum 설치]]
[[분류: yum 설치]]

2021년 9월 24일 (금) 23:26 기준 최신판

CentOS 5에 php-zts 설치 (yum)

1 webtatic 저장소 추가[ | ]

2 php-zts 설치[ | ]

Console
Copy
[root@zetawiki ~]# yum install php-zts
... (생략)
========================================================================
 Package        Arch          Version             Repository       Size
========================================================================
Installing:
 php-zts        x86_64        5.3.29-3.w5         webtatic        1.4 M

Transaction Summary
========================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 1.4 M
Is this ok [y/N]: y
Console
Copy
... (생략)
Installed:
  php-zts.x86_64 0:5.3.29-3.w5                                          

Complete!

3 같이 보기[ | ]