Skip to content

Commit 7817ff8

Browse files
huanghantaocmb69
authored andcommitted
Don't generate JSON scanner and parser during configure
1 parent 95cff3e commit 7817ff8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ext/json/config.w32

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
44

5-
if (!FSO.FileExists("ext/json/json_scanner.c")) {
6-
STDOUT.WriteLine("Generating ext/json/json_scanner.c");
7-
STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re"));
8-
}
9-
if (!FSO.FileExists("ext/json/json_parser.tab.c")) {
10-
STDOUT.WriteLine("Generating ext/json/json_parser.tab.c");
11-
STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c"));
12-
}
13-
145
ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
156

167
ADD_MAKEFILE_FRAGMENT();

0 commit comments

Comments
 (0)