Skip to content

Commit 1a3ed4c

Browse files
committed
always load openssl
1 parent 0184d14 commit 1a3ed4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ rem overwrite tmp-php.ini
9696
echo extension_dir=%PHP_BUILD_DIR% > %PHP_BUILD_DIR%\tmp-php.ini
9797
echo opcache.file_cache=%PHP_BUILD_DIR%\test_file_cache >> %PHP_BUILD_DIR%\tmp-php.ini
9898
if "%OPCACHE%" equ "1" echo zend_extension=php_opcache.dll >> %PHP_BUILD_DIR%\tmp-php.ini
99+
echo extension=php_openssl.dll >> %PHP_BUILD_DIR%\tmp-php.ini
99100

100101
rem remove ext dlls for which tests are not supported
101102
for %%i in (imap ldap oci8_12c pdo_firebird pdo_oci snmp) do (

0 commit comments

Comments
 (0)