mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Add PHP module dirs
This commit is contained in:
8
php_modules/iconv/build.yml
Normal file
8
php_modules/iconv/build.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
already_avail: "{{ php_all_versions }}"
|
||||
24
php_modules/iconv/options.yml
Normal file
24
php_modules/iconv/options.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: iconv
|
||||
|
||||
# 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: []
|
||||
|
||||
# If the following PHP modules are loaded, this module will not behave as expected.
|
||||
conflicts_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/iconv/test.yml
Normal file
2
php_modules/iconv/test.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user