PEAR, PECL

Jmnote (토론 | 기여)님의 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 }}