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 1e4bb03 commit 0f1e979Copy full SHA for 0f1e979
ext/mbstring/config.w32
@@ -13,6 +13,8 @@ if (PHP_MBSTRING != "no") {
13
ADD_FLAG("CFLAGS_MBSTRING", "-Iext/mbstring -Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
14
/D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1")
15
16
+ ADD_FLAG("CFLAGS_BD_EXT_MBSTRING", "/utf-8")
17
+
18
FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
19
"ext\\mbstring\\libmbfl\\config.h", true);
20
0 commit comments