Skip to content

Commit c4d1f7e

Browse files
committed
PHPC-1546: Ensure Windows builds enable SASL and FLE
1 parent 7b7cb3b commit c4d1f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor/build_task.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setlocal enableextensions enabledelayedexpansion
3131

3232
if %errorlevel% neq 0 exit /b 3
3333

34-
cmd /c configure.bat --disable-all --with-mp=auto --enable-cli --%ZTS_STATE%-zts --enable-json --with-openssl --enable-mongodb=shared --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% --with-config-file-scan-dir=%APPVEYOR_BUILD_FOLDER%\build\modules.d --with-prefix=%APPVEYOR_BUILD_FOLDER%\build --with-php-build=%DEPS_DIR%
34+
cmd /c configure.bat --disable-all --with-mp=auto --enable-cli --%ZTS_STATE%-zts --enable-json --with-openssl --enable-mongodb=shared --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% --with-config-file-scan-dir=%APPVEYOR_BUILD_FOLDER%\build\modules.d --with-prefix=%APPVEYOR_BUILD_FOLDER%\build --with-php-build=%DEPS_DIR%
3535

3636
if %errorlevel% neq 0 exit /b 3
3737

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ bin\phpsdk_setvars.bat
303303
cd C:\php-sdk\phpdev\vc11\x86\php-5.6.12-src
304304
nmake clean
305305
buildconf --force
306-
configure --disable-all --with-openssl --enable-cli --enable-json --enable-mongodb=shared
306+
configure --disable-all --with-openssl --enable-cli --enable-json --enable-mongodb=shared --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
307307
nmake
308308
```
309309

0 commit comments

Comments
 (0)