Skip to content

Commit e677c30

Browse files
aptalcathelamer
authored andcommitted
add php7-ldap
1 parent e5dc035 commit e677c30

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN \
4141
php7-gd \
4242
php7-iconv \
4343
php7-intl \
44+
php7-ldap \
4445
php7-mcrypt \
4546
php7-memcached \
4647
php7-mysqli \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN \
4141
php7-gd \
4242
php7-iconv \
4343
php7-intl \
44+
php7-ldap \
4445
php7-mcrypt \
4546
php7-memcached \
4647
php7-mysqli \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN \
4141
php7-gd \
4242
php7-iconv \
4343
php7-intl \
44+
php7-ldap \
4445
php7-mcrypt \
4546
php7-memcached \
4647
php7-mysqli \

README.md

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

185185
## Versions
186186

187+
* **02.08.19:** - Add php7-ldap.
187188
* **28.06.19:** - Rebasing to alpine 3.10.
188189
* **08.05.19:** - Remove default.conf when nginx is upgraded in downstream image.
189190
* **30.04.19:** - Add php-redis.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ app_setup_block: |
4040
4141
# changelog
4242
changelogs:
43+
- { date: "02.08.19:", desc: "Add php7-ldap." }
4344
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
4445
- { date: "08.05.19:", desc: "Remove default.conf when nginx is upgraded in downstream image." }
4546
- { date: "30.04.19:", desc: "Add php-redis." }

0 commit comments

Comments
 (0)