-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathoptions.yml
92 lines (85 loc) · 1.49 KB
/
options.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
# The name of the module
name: phalcon
# Exclude module build/installation for the following PHP versions
exclude:
- 5.2
- 8.2
# In order for this module to built correctly against all dependencies,
# the following modules must have been built first.
# https://docs.phalcon.io/5.0/en/installation#software
depends_build:
- curl
- fileinfo
- gd
- gettext
- imagick
- interbase
- json
- mbstring
- memcache
- memcached
- mongo
- mongodb
- mysql
- mysqli
- mysqlnd
- oci8
- odbc
- openssl
- pdo
- pdo_dblib
- pdo_firebird
- pdo_mysql
- pdo_oci
- pdo_odbc
- pdo_pgsql
- pdo_sqlite
- pdo_sqlsrv
- pgsql
- psr
- redis
- sqlite3
- sqlsrv
# In order for this module to function correctly,
# the following modules must be loaded before.
# https://docs.phalcon.io/5.0/en/installation#load-order
depends_load:
- curl
- fileinfo
- gd
- gettext
- imagick
- interbase
- json
- mbstring
- memcache
- memcached
- mongo
- mongodb
- mysql
- mysqli
- mysqlnd
- oci8
- odbc
- openssl
- pdo
- pdo_dblib
- pdo_firebird
- pdo_mysql
- pdo_oci
- pdo_odbc
- pdo_pgsql
- pdo_sqlite
- pdo_sqlsrv
- pgsql
- psr
- redis
- sqlite3
- sqlsrv
# 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: false
# Enable this module by default via php.ini for PHP-FPM?
enabled_php_fpm: false