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

13번째 줄: 13번째 줄:
==같이 보기==
==같이 보기==
*[[PECL]]
*[[PECL]]
*[[PEAR 설정 확인]]


==참고 자료==
==참고 자료==

2014년 4월 16일 (수) 14:14 판

1 개요

PHP Extension and Application Repository; PEAR
PHP 익스텐션 및 애플리케이션 저장소; 피어
/usr/bin/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 같이 보기

3 참고 자료

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