Skip to content

Commit 51144d0

Browse files
committed
23 Release 3.2.8 - See CHANGELOG.md
1 parent 1d86821 commit 51144d0

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.8 2022-06-21 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Add PCNTL PHP extension
5+
6+
17
## 3.2.7 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=23.0.6 \
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)