Improve support for phalcon5 and zephir_parser

This commit is contained in:
Shivam Mathur
2025-03-14 21:26:51 +05:30
parent 1a94db50cb
commit f5d98d1683
3 changed files with 14 additions and 14 deletions

View File

@ -73,7 +73,7 @@ add_phalcon4() {
fi
}
# Function to add phalcon3.
# Function to add phalcon5.
add_phalcon5() {
if shared_extension phalcon; then
phalcon_version=$(php -d="extension=phalcon.so" -r "echo phpversion('phalcon');" | cut -d'.' -f 1)