1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 00:52:45 +00:00

Fix installing phalcon (#1058)

This commit is contained in:
Michele Locati 2025-02-05 16:44:05 +01:00 committed by GitHub
parent 42eb38fe58
commit 9685b5477a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3703,6 +3703,7 @@ installRemoteModule() {
installRemoteModule_version=5.4.0
fi
fi
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
;;
php_trie)
if ! test -f /usr/local/include/hat-trie/include/tsl/htrie_map.h; then