Skip to content

Commit 163a278

Browse files
authored
Declare ext/intl constants in stubs - part 3 (#9233)
1 parent 80197c5 commit 163a278

File tree

7 files changed

+838
-163
lines changed

7 files changed

+838
-163
lines changed

ext/intl/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ if test "$PHP_INTL" != "no"; then
2121
collator/collator_error.c \
2222
common/common_error.c \
2323
converter/converter.c \
24-
formatter/formatter.c \
2524
formatter/formatter_main.c \
2625
formatter/formatter_class.c \
2726
formatter/formatter_attr.c \

ext/intl/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if (PHP_INTL != "no") {
2828
converter.c \
2929
", "intl");
3030
ADD_SOURCES(configure_module_dirname + "/formatter", "\
31-
formatter.c \
3231
formatter_attr.c \
3332
formatter_class.c \
3433
formatter_data.c \

ext/intl/formatter/formatter.c

Lines changed: 0 additions & 134 deletions
This file was deleted.

ext/intl/formatter/formatter.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)