phalcon 3.4 centos7 install
phalcon 패키지의 리포지토리 정보 등록
phalcon의 최신 패키지는 여기에 있습니다.
htps : // ㅁㅜㅜㅜㅜㅜ 이오 / p는 l / s / b b
여기에서
먼저 yum 저장소를 등록합니다.
CentOS이므로 [RPM]을 선택합니다.
[RPM]을 클릭하면 curl 명령이 나오므로 복사하여 Linux에서 실행합니다.
리포지토리 설치가 끝나면 phalcon을 설치할 수 있는지 찾아보십시오.
yum search phalcon
php55u-phalcon-debuginfo.x86_64 : Debug information for package php55u-phalcon
php56u-phalcon-debuginfo.x86_64 : Debug information for package php56u-phalcon
php70u-phalcon-debuginfo.x86_64 : Debug information for package php70u-phalcon
php71u-phalcon-debuginfo.x86_64 : Debug information for package php71u-phalcon
php72u-phalcon-debuginfo.x86_64 : Debug information for package php72u-phalcon
php73u-phalcon-debuginfo.x86_64 : Debug information for package php73u-phalcon
php55u-phalcon.x86_64 : High performance PHP framework
php56u-phalcon.x86_64 : High performance PHP framework
php70u-phalcon.x86_64 : High performance PHP framework
php71u-phalcon.x86_64 : High performance PHP framework
php72u-phalcon.x86_64 : High performance PHP framework
php73u-phalcon.x86_64 : High performance PHP framework
phalcon 설치
php7.2의 경우,
php72u-phalcon.x86_64
php7.3의 경우,
php73u-phalcon.x86_64
이번은, php7.2의 환경에 넣을 수 있기 때문에,
php72u-phalcon.x86_64
yum install php72u-phalcon.x86_64
설치는 두 곳에 있습니다.
/usr/lib64/php/modules/phalcon.so
/usr/lib64/php-zts/modules/phalcon.so (스레드 안전 버전)
php --info | grep phalcon
/etc/php.d/50-phalcon.ini
phalcon
phalcon => enabled
phalcon => enabled 라고 표시되면 OK입니다.
Reference
이 문제에 관하여(phalcon 3.4 centos7 install), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/f_uto/items/0ede3c1c0c2049f87dd6텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)