"PEAR 폴더 /usr/share/pear"의 두 판 사이의 차이

(새 문서: ==개요== ;/usr/share/pear 폴더 *PEAR를 통해 패키지가 설치되는 폴더 <source lang='cli'> [root@zetawiki ~]# ll /usr/share/pear total 168 -rw-r--r-- 1 root root 46149...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;PEAR directory
;PEAR 디렉토리, PEAR 폴더
;/usr/share/pear 폴더
;/usr/share/pear 폴더
*PEAR가 있는 폴더
*PEAR를 통해 패키지가 설치되는 폴더
*PEAR를 통해 패키지가 설치되는 폴더
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pear config-show | grep 'PEAR directory'
PEAR directory                php_dir          /usr/share/pear
</syntaxhighlight>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# php -i | grep ^include
include_path => .:/usr/share/pear:/usr/share/php => .:/usr/share/pear:/usr/share/php
</syntaxhighlight>
 
==예시==
<syntaxhighlight lang='console'>
[root@zetawiki ~]# ll /usr/share/pear
[root@zetawiki ~]# ll /usr/share/pear
total 168
total 168
20번째 줄: 33번째 줄:
drwxr-xr-x.  7 root root  4096 Jun 11 17:07 test
drwxr-xr-x.  7 root root  4096 Jun 11 17:07 test
drwxr-xr-x.  3 root root  4096 Jun 11 17:10 XML
drwxr-xr-x.  3 root root  4096 Jun 11 17:10 XML
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pear list
[root@zetawiki ~]# pear list
Installed packages, channel pear.php.net:
Installed packages, channel pear.php.net:
32번째 줄: 45번째 줄:
XML_RPC          1.5.4  stable
XML_RPC          1.5.4  stable
XML_Util        1.2.3  stable
XML_Util        1.2.3  stable
</source>
</syntaxhighlight>
<source lang='php'>
[root@zetawiki ~]# php -i | grep ^include
include_path => .:/usr/share/pear:/usr/share/php => .:/usr/share/pear:/usr/share/php
</source>


==같이 보기==
==같이 보기==
*[[/usr/share/php 폴더]]
*[[/usr/share/php 폴더]]
*[[PEAR 설정 확인]]
*[[PEAR]]
*[[PEAR]]


[[분류:/usr/share]]
[[분류: /usr/share/pear]]
[[분류: PEAR]]
[[분류: PEAR]]

2020년 11월 2일 (월) 02:56 기준 최신판

1 개요[ | ]

PEAR directory
PEAR 디렉토리, PEAR 폴더
/usr/share/pear 폴더
  • PEAR가 있는 폴더
  • PEAR를 통해 패키지가 설치되는 폴더
[root@zetawiki ~]# pear config-show | grep 'PEAR directory'
PEAR directory                 php_dir          /usr/share/pear
[root@zetawiki ~]# php -i | grep ^include
include_path => .:/usr/share/pear:/usr/share/php => .:/usr/share/pear:/usr/share/php

2 예시[ | ]

[root@zetawiki ~]# ll /usr/share/pear
total 168
-rw-r--r--   1 root root 46149 Dec  9  2014 apc.php
drwxr-xr-x.  2 root root  4096 Jun 11 17:10 Archive
drwxr-xr-x.  2 root root  4096 Jun 11 17:10 Console
drwxr-xr-x.  5 root root  4096 Jun 14  2014 data
drwxr-xr-x.  8 root root  4096 Jun 11 17:07 doc
drwxr-xr-x.  2 root root  4096 Jun 11 17:10 OS
drwxr-xr-x. 11 root root  4096 Jun 11 17:10 PEAR
-rw-r--r--   1 root root  1087 Jun 11 17:10 PEAR5.php
-rw-r--r--   1 root root 14509 Jun 11 17:10 pearcmd.php
-rw-r--r--   1 root root 33852 Jun 11 17:10 PEAR.php
-rw-r--r--   1 root root  1006 Jun 11 17:10 peclcmd.php
drwxr-xr-x.  3 root root  4096 Jun 14  2014 Structures
-rw-r--r--   1 root root 20833 Jun 11 17:10 System.php
drwxr-xr-x.  7 root root  4096 Jun 11 17:07 test
drwxr-xr-x.  3 root root  4096 Jun 11 17:10 XML
[root@zetawiki ~]# pear list
Installed packages, channel pear.php.net:
=========================================
Package          Version State
Archive_Tar      1.3.16  stable
Console_Getopt   1.3.1   stable
PEAR             1.9.5   stable
Structures_Graph 1.0.4   stable
XML_RPC          1.5.4   stable
XML_Util         1.2.3   stable

3 같이 보기[ | ]

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