"PEAR, PECL"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 PEAR 문서를 PEAR, PECL 문서로 옮겼습니다)
(차이 없음)

2014년 7월 17일 (목) 15:48 판

  다른 뜻에 대해서는 피클 문서를 참조하십시오.
PHP Extension Community Library; PECL
PHP 확장모듈 커뮤니티 라이브러리; 피클
/usr/bin/pecl
PHP Extension and Application Repository; PEAR
PHP 익스텐션 및 애플리케이션 저장소; 피어
/usr/bin/pear

1 PEAR

  • PHP 확장모듈 프레임워크 및 배포 시스템
[root@jmnote ~]# cat /usr/bin/pear
#!/bin/sh
exec /usr/bin/php -C -d include_path=/usr/share/pear \
    -d output_buffering=1 /usr/share/pear/pearcmd.php "$@"

2 PECL

  • PHP 확장모듈 저장소
  • 자매 저장소 PEAR와 공유됨

2.1 기본값

pecl은 알고 보면 리눅스쉘에서 peclcmd.php를 돌리는 스크립트이다.

[root@jmnote ~]# cat /usr/bin/pecl
#!/bin/sh
exec /usr/bin/php -C -n -q -d include_path=/usr/share/pear \
    -d output_buffering=1 /usr/share/pear/peclcmd.php "$@"

3 같이 보기

4 참고 자료

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