We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3a2a4 commit e5aba0fCopy full SHA for e5aba0f
azure/apt.yml
@@ -29,6 +29,8 @@ steps:
29
libxslt1-dev \
30
libpq-dev \
31
libreadline-dev \
32
+ libldap2-dev \
33
+ libsasl2-dev \
34
postgresql \
35
postgresql-contrib \
36
${{ parameters.packages }}
azure/job.yml
@@ -56,6 +56,8 @@ jobs:
56
--enable-sysvmsg \
57
--with-ffi \
58
--enable-zend-test \
59
+ --with-ldap \
60
+ --with-ldap-sasl \
61
--enable-werror \
62
--with-config-file-path=/etc \
63
--with-config-file-scan-dir=/etc/php.d
0 commit comments