This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 5 files changed +8
-0
lines changed
5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44
44
php7-exif \
45
45
php7-gd \
46
46
php7-iconv \
47
+ php7-intl \
47
48
php7-mcrypt \
48
49
php7-memcached \
49
50
php7-mysqli \
54
55
php7-pdo_sqlite \
55
56
php7-pgsql \
56
57
php7-phar \
58
+ php7-posix \
57
59
php7-soap \
58
60
php7-sockets \
59
61
php7-sqlite3 \
Original file line number Diff line number Diff line change 47
47
php7-exif \
48
48
php7-gd \
49
49
php7-iconv \
50
+ php7-intl \
50
51
php7-mcrypt \
51
52
php7-memcached \
52
53
php7-mysqli \
57
58
php7-pdo_sqlite \
58
59
php7-pgsql \
59
60
php7-phar \
61
+ php7-posix \
60
62
php7-soap \
61
63
php7-sockets \
62
64
php7-sqlite3 \
Original file line number Diff line number Diff line change 47
47
php7-exif \
48
48
php7-gd \
49
49
php7-iconv \
50
+ php7-intl \
50
51
php7-mcrypt \
51
52
php7-memcached \
52
53
php7-mysqli \
57
58
php7-pdo_sqlite \
58
59
php7-pgsql \
59
60
php7-phar \
61
+ php7-posix \
60
62
php7-soap \
61
63
php7-sockets \
62
64
php7-sqlite3 \
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ Below are the instructions for updating containers:
235
235
236
236
## Versions
237
237
238
+ * ** 02.03.19:** - Add php intl and posix modules.
238
239
* ** 27.02.19:** - Add gnupg package.
239
240
* ** 22.02.19:** - Rebase to alpine 3.9.
240
241
* ** 03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126
126
127
127
# changelog
128
128
changelogs :
129
+ - { date: "02.03.19:", desc: "Add php intl and posix modules." }
129
130
- { date: "27.02.19:", desc: "Add gnupg package." }
130
131
- { date: "22.02.19:", desc: "Rebase to alpine 3.9." }
131
132
- { date: "03.02.19:", desc: "Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached." }
You can’t perform that action at this time.
0 commit comments