File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ if test "$PHP_INTL" != "no"; then
77 PHP_SETUP_ICU([ INTL_SHARED_LIBADD] )
88 PHP_SUBST([ INTL_SHARED_LIBADD] )
99 INTL_COMMON_FLAGS="$ICU_CFLAGS -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
10- PHP_NEW_EXTENSION([ intl] , m4_normalize ( [
11- intl_convert.cpp
12- intl_error.cpp
13- php_intl.cpp
14- ] ) ,
10+ PHP_NEW_EXTENSION([ intl] , [ ] ,
1511 [ $ext_shared] ,,
1612 [ $INTL_COMMON_FLAGS] ,
1713 [ cxx] )
@@ -44,6 +40,9 @@ if test "$PHP_INTL" != "no"; then
4440 formatter/formatter_class.cpp \
4541 grapheme/grapheme_string.cpp \
4642 grapheme/grapheme_util.cpp \
43+ intl_convert.cpp \
44+ intl_error.cpp \
45+ php_intl.cpp \
4746 msgformat/msgformat_helpers.cpp \
4847 rangeformatter/rangeformatter_class.cpp \
4948 timezone/timezone_class.cpp \
You can’t perform that action at this time.
0 commit comments