mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-16 14:01:14 +00:00
Fix PHP 5.3 autoconf
This commit is contained in:
@@ -942,13 +942,14 @@ extensions_available:
|
||||
5.2:
|
||||
type: pecl
|
||||
version: 2.0.7
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 2.0.7
|
||||
all:
|
||||
type: pecl
|
||||
imagick:
|
||||
disabled: [5.2, 5.3, 7.4]
|
||||
disabled: [5.2, 7.4]
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 3.3.0
|
||||
run_dep: [libmagickwand-6.q16-2]
|
||||
5.4:
|
||||
type: pecl
|
||||
run_dep: [libmagickwand-6.q16-2]
|
||||
@@ -1090,7 +1091,10 @@ extensions_available:
|
||||
command: yes | pecl install mongo
|
||||
build_dep: [libssl-dev, libsasl2-dev]
|
||||
mongodb:
|
||||
disabled: [5.2, 5.3]
|
||||
disabled: [5.2]
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 0.6.3
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 1.2.11
|
||||
@@ -1201,7 +1205,12 @@ extensions_available:
|
||||
build_dep: [libpq-dev]
|
||||
run_dep: [libpq5]
|
||||
phalcon:
|
||||
disabled: [5.2, 5.3, 7.3, 7.4]
|
||||
disabled: [5.2, 7.3, 7.4]
|
||||
5.3:
|
||||
type: git
|
||||
git_url: https://github.com/phalcon/cphalcon
|
||||
git_ref: phalcon-v2.0.9
|
||||
command: cd build && ./install >/dev/null
|
||||
5.4:
|
||||
type: git
|
||||
git_url: https://github.com/phalcon/cphalcon
|
||||
@@ -1311,7 +1320,11 @@ extensions_available:
|
||||
spl:
|
||||
disabled: "{{ php_all_versions }}" # TODO: Did not work
|
||||
swoole:
|
||||
disabled: [5.2, 5.3]
|
||||
disabled: [5.2]
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 1.9.23
|
||||
run_dep: [libnghttp2-5]
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 1.9.23
|
||||
|
||||
Reference in New Issue
Block a user