mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 13:01:15 +00:00
Add PHP module dirs
This commit is contained in:
29
php_modules/igbinary/build.yml
Normal file
29
php_modules/igbinary/build.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 2.0.8
|
||||
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 2.0.8
|
||||
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 2.0.8
|
||||
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 2.0.8
|
||||
|
||||
5.2:
|
||||
type: pecl
|
||||
version: 2.0.7
|
||||
21
php_modules/igbinary/options.yml
Normal file
21
php_modules/igbinary/options.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: igbinary
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this module to built correctly against all dependencies,
|
||||
# the following modules must have been built first.
|
||||
depends_build: []
|
||||
|
||||
# In order for this module to function correctly,
|
||||
# the following modules must be loaded before.
|
||||
depends_load: []
|
||||
|
||||
# Enable this module by default via php.ini for PHP cli command?
|
||||
enabled_php_cli: true
|
||||
|
||||
# Enable this module by default via php.ini for PHP-FPM?
|
||||
enabled_php_fpm: true
|
||||
2
php_modules/igbinary/test.yml
Normal file
2
php_modules/igbinary/test.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user