summaryrefslogtreecommitdiff
path: root/sapi/apache2handler
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r--sapi/apache2handler/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2handler/config.w32 b/sapi/apache2handler/config.w32
index 8ea1305d4f..13f146fed8 100644
--- a/sapi/apache2handler/config.w32
+++ b/sapi/apache2handler/config.w32
@@ -51,6 +51,7 @@ if (PHP_APACHE2_4HANDLER != "no") {
'php' + PHP_VERSION + 'apache2_4.dll',
'/D PHP_APACHE2_EXPORTS /I win32 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1',
'sapi\\apache2handler');
+ ADD_FLAG("CFLAGS_APACHE2_4HANDLER", "/D HAVE_STRCASECMP=1 /D HAVE_STRNCASECMP=1");
} else {
WARNING("Could not find apache 2.4 libraries/headers");
}