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 3bd80a5 commit df900d3Copy full SHA for df900d3
cmake/ext/intl/CMakeLists.txt
@@ -190,12 +190,6 @@ target_compile_definitions(
190
php_ext_intl
191
PRIVATE
192
U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
193
-
194
- # See: https://en.cppreference.com/w/cpp/types/integer
195
- __STDC_LIMIT_MACROS
196
- __STDC_CONSTANT_MACROS
197
- __STDC_FORMAT_MACROS
198
199
ZEND_ENABLE_STATIC_TSRMLS_CACHE
200
$<$<COMPILE_LANGUAGE:CXX>:UNISTR_FROM_CHAR_EXPLICIT=explicit;UNISTR_FROM_STRING_EXPLICIT=explicit>
201
)
0 commit comments