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 ddcd1c8 commit 3da6377Copy full SHA for 3da6377
ext/dba/config.w32
@@ -16,7 +16,7 @@ if (PHP_DBA != "no") {
16
if (PHP_DB != "no") {
17
if (CHECK_LIB("libdb31s.lib;libdb61.lib", "dba", PHP_DBA) &&
18
CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
19
- ADD_FLAG("CFLAGS_DBA", "/D DBA_DB1=0 /D DB1_VERSION=\"\\\"Berkeley DB 1.85 emulation in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"db.h\\\"\"");
+ ADD_FLAG("CFLAGS_DBA", "/D DB1_VERSION=\"\\\"Berkeley DB 1.85 emulation in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"db.h\\\"\"");
20
} else {
21
WARNING("dba: db handlers not enabled; libraries and headers not found");
22
}
0 commit comments