Skip to content

Commit 81ec402

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Sync with ZEND_ENABLE_STATIC_TSRMLS_CACHE enablement in ext/mbstring
2 parents 4111daf + e103491 commit 81ec402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (PHP_MBSTRING != "no") {
1010
EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED);
1111

1212
/* 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");
13+
ADD_FLAG("CFLAGS_MBSTRING", "/DONIG_EXTERN=extern /DPHP_ONIG_BAD_KOI8_ENTRY=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
1414

1515
STDOUT.WriteLine("Using bundled libmbfl...");
1616

0 commit comments

Comments
 (0)