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입니다.

좋은 웹페이지 즐겨찾기