We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b246e2 commit b7fe687Copy full SHA for b7fe687
ext/json/config.m4
@@ -15,7 +15,7 @@ PHP_NEW_EXTENSION(json,
15
json_parser.tab.c \
16
json_scanner.c,
17
$ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
18
- PHP_INSTALL_HEADERS([ext/json], [php_json.h])
+ PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
19
PHP_ADD_MAKEFILE_FRAGMENT()
20
PHP_SUBST(JSON_SHARED_LIBADD)
21
fi
0 commit comments