mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Don't prevent loading odbc and pdo_odbc for tests
This commit is contained in:
parent
67872afefd
commit
b09a3e5286
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if %errorlevel% neq 0 exit /b 3
|
|||
|
||||
if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts
|
||||
|
||||
set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_odbc,odbc,pdo_firebird,interbase,ldap,imap,ftp
|
||||
set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_firebird,interbase,ldap,imap,ftp
|
||||
if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache
|
||||
|
||||
cmd /c configure.bat ^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue