Skip to content

Commit 2d796c6

Browse files
authored
Merge pull request #58 from cron-eu/add-ldap-extension
Add ldap extension
2 parents 8ae2f3c + ea7f48f commit 2d796c6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN <<EOT bash
4343
"gettext"
4444
"imagick"
4545
"intl"
46+
"ldap"
4647
"mysqli"
4748
"opcache"
4849
"pcntl"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ This image includes the following additional extensions:
6060
* igbinary
6161
* imagick
6262
* intl
63+
* ldap
6364
* mcrypt (no longer with PHP 8.4 - long deprecated)
6465
* mysqli
6566
* opcache

example-app/.env.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
XDEBUG_MODE=debug
1414

1515
# If you only want a specific subset of extensions enabled. This is the default set of all:
16-
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,ffi,gd,gettext,imagick,intl,mysqli,opcache,pcntl,pdo_mysql,redis,shmop,soap,sockets,sysvmsg,sysvsem,sysvshm,uuid,vips,xdebug,yaml,zip
16+
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,ffi,gd,gettext,imagick,intl,ldap,mysqli,opcache,pcntl,pdo_mysql,redis,shmop,soap,sockets,sysvmsg,sysvsem,sysvshm,uuid,vips,xdebug,yaml,zip
1717
# Baseline, minimal set of extensions that are required for most applications
1818
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,gd,gettext,intl,mysqli,opcache,pdo_mysql,zip,yaml
1919

0 commit comments

Comments
 (0)