Skip to content

Commit e18dd67

Browse files
committed
Move json encoding stuff
1 parent f00b80a commit e18dd67

File tree

7 files changed

+580
-591
lines changed

7 files changed

+580
-591
lines changed

Diff for: ext/json/config.m4

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if test "$PHP_JSON" != "no"; then
1111

1212
PHP_NEW_EXTENSION(json,
1313
json.c \
14+
json_encoder.c \
1415
json_parser.tab.c \
1516
json_scanner.c,
1617
$ext_shared)

Diff for: ext/json/config.w32

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if (PHP_JSON != "no") {
77
EXTENSION('json', 'json.c', PHP_JSON_SHARED, "");
88
PHP_NEW_EXTENSION(json,
99
json.c \
10+
json_encoder.c \
1011
json_parser.tab.c \
1112
json_scanner.c,
1213
$ext_shared)

0 commit comments

Comments
 (0)