mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 01:51:14 +00:00
Add PHP module dirs
This commit is contained in:
49
php_modules/xdebug/build.yml
Normal file
49
php_modules/xdebug/build.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
|
||||
# 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
|
||||
git_ref: $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
|
||||
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
|
||||
Reference in New Issue
Block a user