天天看点

PHP7.2,php7.3,php7.4,php8.0 安装 PHALCON7 扩展

PHP7.2 如何安装PHALCON7扩展

git clone --depth=1 git://github.com/dreamsxin/cphalcon7.git

cd cphalcon7/ext

/www/server/php/72/bin/phpize

./configure --with-openssl --with-php-config=/www/server/php/72/bin/php-config       出现  PHP7.1 , PHP7.2 , php7.3

./configure --with-php-config=/www/server/php/72/bin/php-config         php7.4 , php8.0

make && sudo make install