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