add php ldap module

This commit is contained in:
aptalca 2025-12-14 09:27:40 -05:00
parent 8b6f16d94c
commit 2f133a6d69
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN \
php84-gd \
php84-gettext \
php84-gmp \
php84-ldap \
php84-mysqli \
php84-pdo \
php84-pdo_dblib \

View File

@ -19,6 +19,7 @@ RUN \
php84-gd \
php84-gettext \
php84-gmp \
php84-ldap \
php84-mysqli \
php84-pdo \
php84-pdo_dblib \

View File

@ -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.

View File

@ -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."}