File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ setlocal enableextensions enabledelayedexpansion
31
31
32
32
if %errorlevel% neq 0 exit /b 3
33
33
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%
35
35
36
36
if %errorlevel% neq 0 exit /b 3
37
37
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ bin\phpsdk_setvars.bat
303
303
cd C:\php-sdk\phpdev\vc11\x86\php-5.6.12-src
304
304
nmake clean
305
305
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
307
307
nmake
308
308
```
309
309
You can’t perform that action at this time.
0 commit comments