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 0184d14 commit 1a3ed4cCopy full SHA for 1a3ed4c
appveyor/test_task.bat
@@ -96,6 +96,7 @@ rem overwrite tmp-php.ini
96
echo extension_dir=%PHP_BUILD_DIR% > %PHP_BUILD_DIR%\tmp-php.ini
97
echo opcache.file_cache=%PHP_BUILD_DIR%\test_file_cache >> %PHP_BUILD_DIR%\tmp-php.ini
98
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
100
101
rem remove ext dlls for which tests are not supported
102
for %%i in (imap ldap oci8_12c pdo_firebird pdo_oci snmp) do (
0 commit comments