mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-15 05:21:14 +00:00
Add PHP module dirs
This commit is contained in:
33
php_modules/psr/build.yml
Normal file
33
php_modules/psr/build.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
|
||||
# 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
|
||||
24
php_modules/psr/options.yml
Normal file
24
php_modules/psr/options.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: psr
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: [5.2, 5.3] # IMPORTANT: Required by PHP >= 7.2 by phalcon >=4.0 module
|
||||
|
||||
# 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/psr/test.yml
Normal file
2
php_modules/psr/test.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user