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 9ea290b commit 7fd54f9Copy full SHA for 7fd54f9
ext/mbstring/config.w32
@@ -46,7 +46,7 @@ if (PHP_MBSTRING != "no") {
46
AC_DEFINE('HAVE_MBREGEX', 1);
47
48
/* XXX libonig is only usable as a static library ATM, code change required to link with a DLL. */
49
- ADD_FLAG("CFLAGS_MBSTRING", "/DONIG_EXTERN=extern /DPHP_ONIG_BAD_KOI8_ENTRY=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 /utf-8");
+ ADD_FLAG("CFLAGS_MBSTRING", "/DONIG_EXTERN=extern /DPHP_ONIG_BAD_KOI8_ENTRY=1 /utf-8");
50
51
ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring");
52
PHP_INSTALL_HEADERS("ext/mbstring", "php_mbregex.h php_onig_compat.h");
0 commit comments