Files
docker-php-fpm/php_modules/pdo_sqlsrv/install.yml

28 lines
334 B
YAML

---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: pecl
build_dep: [unixodbc-dev]
run_dep: [unixodbc]
7.3:
type: pecl
version: 5.9.0
7.2:
type: pecl
version: 5.8.1
7.1:
type: pecl
version: 5.6.1
7.0:
type: pecl
version: 5.3.0