PEAR 폴더 /usr/share/pear

Jmnote (토론 | 기여)님의 2015년 6월 20일 (토) 20:45 판 (새 문서: ==개요== ;/usr/share/pear 폴더 *PEAR를 통해 패키지가 설치되는 폴더 <source lang='cli'> [root@zetawiki ~]# ll /usr/share/pear total 168 -rw-r--r-- 1 root root 46149...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

/usr/share/pear 폴더
  • PEAR를 통해 패키지가 설치되는 폴더
[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
[root@zetawiki ~]# php -i | grep ^include
include_path => .:/usr/share/pear:/usr/share/php => .:/usr/share/pear:/usr/share/php

2 같이 보기