Skip to content

Commit a74f945

Browse files
committed
no opcache ini exclude via "with-test-ini-ext-exclude"
1 parent 5e0eb73 commit a74f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cmd /c configure.bat ^
7070
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
7171
--with-php-build=%DEPS_DIR% ^
7272
%ADD_CONF% ^
73-
--with-test-ini-ext-exclude=snmp,oci8_12c,pdo_oci,pdo_firebird,ldap,imap,ftp,opcache
73+
--with-test-ini-ext-exclude=snmp,oci8_12c,pdo_oci,pdo_firebird,ldap,imap,ftp
7474
if %errorlevel% neq 0 exit /b 3
7575

7676
nmake /NOLOGO /S

0 commit comments

Comments
 (0)