File tree 1 file changed +57
-48
lines changed
1 file changed +57
-48
lines changed Original file line number Diff line number Diff line change 1
- # Docker PHP 7.2 + Apache2 + Mysql + PostgreSQL
1
+ # Docker PHP 7.3 + Apache2 + Mysql + PostgreSQL
2
2
3
3
Caso não tenha é preciso instalar o docker e docker-compose.
4
4
@@ -15,53 +15,62 @@ docker-compose up -d
15
15
16
16
## Dependências
17
17
18
- - [ Apache2] ( https://httpd.apache.org/ ) v2.4.25
19
- - [ PHP] ( https://php.net/ ) v7.2.18
20
- - ctype
21
- - curl
22
- - date
23
- - dom
24
- - exif
25
- - fileinfo
26
- - filter
27
- - ftp
28
- - gd
29
- - hash
30
- - iconv
31
- - intl
32
- - json
33
- - libxml
34
- - mbstring
35
- - mysqli
36
- - mysqlnd
37
- - openssl
38
- - pcre
39
- - PDO
40
- - pdo_dblib
41
- - pdo_mysql
42
- - pdo_pgsql
43
- - pdo_sqlite
44
- - Phar
45
- - posix
46
- - rar
47
- - readline
48
- - Reflection
49
- - session
50
- - SimpleXML
51
- - soap
52
- - sodium
53
- - SPL
54
- - sqlite3
55
- - standard
56
- - tokenizer
57
- - xdebug
58
- - xml
59
- - xmlreader
60
- - xmlwriter
61
- - xsl
62
- - Zend OPcache
63
- - zip
64
- - zlib
18
+ - [ Apache2] ( https://httpd.apache.org/ ) v2.4+
19
+ - [ PHP] ( https://php.net/ ) v7.3+
20
+
21
+ - [ PHP Modules]
22
+
23
+ - bcmath
24
+ - Core
25
+ - ctype
26
+ - curl
27
+ - date
28
+ - dom
29
+ - exif
30
+ - fileinfo
31
+ - filter
32
+ - ftp
33
+ - gd
34
+ - hash
35
+ - iconv
36
+ - intl
37
+ - json
38
+ - libxml
39
+ - mbstring
40
+ - mysqli
41
+ - mysqlnd
42
+ - openssl
43
+ - pcre
44
+ - PDO
45
+ - pdo_dblib
46
+ - pdo_mysql
47
+ - pdo_pgsql
48
+ - pdo_sqlite
49
+ - Phar
50
+ - posix
51
+ - readline
52
+ - Reflection
53
+ - session
54
+ - SimpleXML
55
+ - soap
56
+ - sodium
57
+ - SPL
58
+ - sqlite3
59
+ - standard
60
+ - tokenizer
61
+ - xdebug
62
+ - xml
63
+ - xmlreader
64
+ - xmlwriter
65
+ - xsl
66
+ - Zend OPcache
67
+ - zip
68
+ - zlib
69
+
70
+ - [ Zend Modules]
71
+ - Xdebug
72
+ - Zend OPcache
73
+
65
74
- [ MySQL] ( https://www.mysql.com/ ) v5.7.26
66
75
- [ PostgreSQL] ( https://www.postgresql.org/ ) \*
67
76
You can’t perform that action at this time.
0 commit comments