mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-10-21 18:55:10 +07:00
Improve support for phalcon5 and zephir_parser
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user