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
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
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ bin\phpsdk_setvars.bat
303303cd C:\php-sdk\phpdev\vc11\x86\php-5.6.12-src
304304nmake clean
305305buildconf --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
307307nmake
308308```
309309
You can’t perform that action at this time.
0 commit comments