mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
28 lines
334 B
YAML
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
|