Skip to content

Commit 5fe260b

Browse files
authored
Merge pull request #58 from linuxserver/ldap
add php ldap module
2 parents 26fbb16 + 2f133a6 commit 5fe260b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php84-gd \
2020
php84-gettext \
2121
php84-gmp \
22+
php84-ldap \
2223
php84-mysqli \
2324
php84-pdo \
2425
php84-pdo_dblib \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php84-gd \
2020
php84-gettext \
2121
php84-gmp \
22+
php84-ldap \
2223
php84-mysqli \
2324
php84-pdo \
2425
php84-pdo_dblib \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283283

284284
## Versions
285285

286+
* **14.12.25:** - Add php ldap module.
286287
* **16.11.25:** - Add missing language files to default install.
287288
* **14.10.25:** - Rebase to 3.22.
288289
* **06.06.25:** - Add crontab handler for scheduled tasks.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ init_diagram: |
8888
"projectsend:latest" <- Base Images
8989
# changelog
9090
changelogs:
91+
- {date: "14.12.25:", desc: "Add php ldap module."}
9192
- {date: "16.11.25:", desc: "Add missing language files to default install."}
9293
- {date: "14.10.25:", desc: "Rebase to 3.22."}
9394
- {date: "06.06.25:", desc: "Add crontab handler for scheduled tasks."}

0 commit comments

Comments
 (0)