mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
34 lines
446 B
YAML
34 lines
446 B
YAML
---
|
|
|
|
# Available Jinja2 variables:
|
|
# ---------------------------
|
|
# * {{ php_all_versions }}: Array of all PHP versions
|
|
|
|
|
|
all:
|
|
type: pecl
|
|
|
|
7.2:
|
|
type: pecl
|
|
version: 1.1.0
|
|
|
|
7.1:
|
|
type: pecl
|
|
version: 1.1.0
|
|
|
|
7.0:
|
|
type: pecl
|
|
version: 1.1.0
|
|
|
|
5.6:
|
|
type: pecl
|
|
version: 0.6.0 # NOTE: 0.6.1 fails with: Package "psr" Version "0.6.1" does not have REST xml available
|
|
|
|
5.5:
|
|
type: pecl
|
|
version: 0.5.1
|
|
|
|
5.4:
|
|
type: pecl
|
|
version: 0.5.1
|