mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 01:51:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
27
php_modules/sqlsrv/install.yml
Normal file
27
php_modules/sqlsrv/install.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user