-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathinstall.yml
52 lines (40 loc) · 994 Bytes
/
install.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: pecl
# Note: -D is only supported from PHP 7.2+
command: pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable-swoole-json="no" enable-swoole-curl="yes" enable-cares="yes" with-postgres="yes"' swoole
build_dep: [libc-ares-dev, libnghttp2-dev, libssl-dev, libcurl4-openssl-dev]
run_dep: [libc-ares2, libnghttp2-14]
7.4:
type: pecl
version: 4.8.12
7.3:
type: pecl
version: 4.8.12
7.2:
type: pecl
version: 4.8.12
7.1:
type: pecl
version: 4.4.26
7.0:
type: pecl
version: 4.2.13
5.6:
type: pecl
version: 1.9.23
5.5:
type: pecl
version: 1.9.23
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]
5.4:
type: pecl
version: 1.9.23
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]
5.3:
type: pecl
version: 1.9.23
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]