mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
51 lines
732 B
YAML
51 lines
732 B
YAML
---
|
|
|
|
# Available Jinja2 variables:
|
|
# ---------------------------
|
|
# * {{ php_all_versions }}: Array of all PHP versions
|
|
|
|
|
|
all:
|
|
type: pecl
|
|
|
|
8.2:
|
|
type: git
|
|
git_url: https://github.com/xdebug/xdebug
|
|
# FIXME: revert to latest tag once PHP 8.2 support is out of alpha/beta
|
|
git_ref: 3.2.0RC2
|
|
configure: --enable-xdebug
|
|
|
|
8.1:
|
|
type: git
|
|
git_url: https://github.com/xdebug/xdebug
|
|
git_ref: $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
|
|
configure: --enable-xdebug
|
|
|
|
7.1:
|
|
type: pecl
|
|
version: 2.9.8
|
|
|
|
7.0:
|
|
type: pecl
|
|
version: 2.9.0
|
|
|
|
5.6:
|
|
type: pecl
|
|
version: 2.4.1
|
|
|
|
5.5:
|
|
type: pecl
|
|
version: 2.4.1
|
|
|
|
5.4:
|
|
type: pecl
|
|
version: 2.4.1
|
|
|
|
5.3:
|
|
type: pecl
|
|
version: 2.2.7
|
|
|
|
5.2:
|
|
type: pecl
|
|
version: 2.2.7
|