We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45942d8 commit c83aea4Copy full SHA for c83aea4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.2.4 2022-06-21 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Enable PHP PCNTL extension
5
6
7
## 3.2.3 2022-06-20 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -14,6 +14,7 @@ ENV NEXTCLOUD_VERSION=22.2.9 \
14
PHP_ENABLE_IMAGICK=TRUE \
15
PHP_ENABLE_IGBINARY=TRUE \
16
PHP_ENABLE_LDAP=TRUE \
17
+ PHP_ENABLE_PCNTL=TRUE \
18
PHP_ENABLE_PDO=TRUE \
19
PHP_ENABLE_PDO_SQLITE=TRUE \
20
PHP_ENABLE_PDO_PGSQL=TRUE \
0 commit comments