mirror of
https://github.com/linuxserver/docker-projectsend.git
synced 2026-02-20 08:39:17 +08:00
add php ldap module
This commit is contained in:
parent
8b6f16d94c
commit
2f133a6d69
@ -19,6 +19,7 @@ RUN \
|
||||
php84-gd \
|
||||
php84-gettext \
|
||||
php84-gmp \
|
||||
php84-ldap \
|
||||
php84-mysqli \
|
||||
php84-pdo \
|
||||
php84-pdo_dblib \
|
||||
|
||||
@ -19,6 +19,7 @@ RUN \
|
||||
php84-gd \
|
||||
php84-gettext \
|
||||
php84-gmp \
|
||||
php84-ldap \
|
||||
php84-mysqli \
|
||||
php84-pdo \
|
||||
php84-pdo_dblib \
|
||||
|
||||
@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **14.12.25:** - Add php ldap module.
|
||||
* **16.11.25:** - Add missing language files to default install.
|
||||
* **14.10.25:** - Rebase to 3.22.
|
||||
* **06.06.25:** - Add crontab handler for scheduled tasks.
|
||||
|
||||
@ -88,6 +88,7 @@ init_diagram: |
|
||||
"projectsend:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "14.12.25:", desc: "Add php ldap module."}
|
||||
- {date: "16.11.25:", desc: "Add missing language files to default install."}
|
||||
- {date: "14.10.25:", desc: "Rebase to 3.22."}
|
||||
- {date: "06.06.25:", desc: "Add crontab handler for scheduled tasks."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user