diff options
| author | Anatol Belski <ab@php.net> | 2019-03-12 21:33:43 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2019-03-12 21:33:43 +0100 |
| commit | e10349152bafa359d69efcd4b3ab8e3db16e8004 (patch) | |
| tree | 07201c15b0fff66185ecd577363afe125dc1ceda | |
| parent | 824a9333987805cdaacc99589763a9f93b72633a (diff) | |
| download | php-git-e10349152bafa359d69efcd4b3ab8e3db16e8004.tar.gz | |
Sync with ZEND_ENABLE_STATIC_TSRMLS_CACHE enablement in ext/mbstring
| -rw-r--r-- | ext/mbstring/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32 index 4a6c4e9e4b..17389aedf0 100644 --- a/ext/mbstring/config.w32 +++ b/ext/mbstring/config.w32 @@ -10,7 +10,7 @@ if (PHP_MBSTRING != "no") { EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED); /* XXX libonig is only usable as a static library ATM, code change required to link with a DLL. */ - 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"); STDOUT.WriteLine("Using bundled libmbfl..."); |
