We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4111daf + e103491 commit 81ec402Copy full SHA for 81ec402
ext/mbstring/config.w32
@@ -10,7 +10,7 @@ if (PHP_MBSTRING != "no") {
10
EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED);
11
12
/* XXX libonig is only usable as a static library ATM, code change required to link with a DLL. */
13
- ADD_FLAG("CFLAGS_MBSTRING", "/DONIG_EXTERN=extern /DPHP_ONIG_BAD_KOI8_ENTRY=1");
+ ADD_FLAG("CFLAGS_MBSTRING", "/DONIG_EXTERN=extern /DPHP_ONIG_BAD_KOI8_ENTRY=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
14
15
STDOUT.WriteLine("Using bundled libmbfl...");
16
0 commit comments