Skip to content

Commit b7fe687

Browse files
committed
Install ext/json headers so that other extension can parse, too
1 parent 2b246e2 commit b7fe687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PHP_NEW_EXTENSION(json,
1515
json_parser.tab.c \
1616
json_scanner.c,
1717
$ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
18-
PHP_INSTALL_HEADERS([ext/json], [php_json.h])
18+
PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
1919
PHP_ADD_MAKEFILE_FRAGMENT()
2020
PHP_SUBST(JSON_SHARED_LIBADD)
2121
fi

0 commit comments

Comments
 (0)