Skip to content

Commit c83aea4

Browse files
committed
22 Release 3.2.4 - See CHANGELOG.md
1 parent 45942d8 commit c83aea4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 3.2.3 2022-06-20 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV NEXTCLOUD_VERSION=22.2.9 \
1414
PHP_ENABLE_IMAGICK=TRUE \
1515
PHP_ENABLE_IGBINARY=TRUE \
1616
PHP_ENABLE_LDAP=TRUE \
17+
PHP_ENABLE_PCNTL=TRUE \
1718
PHP_ENABLE_PDO=TRUE \
1819
PHP_ENABLE_PDO_SQLITE=TRUE \
1920
PHP_ENABLE_PDO_PGSQL=TRUE \

0 commit comments

Comments
 (0)