Skip to content

Commit 86aa1ca

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
2 parents 9ebf813 + 618dcd6 commit 86aa1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ if (PHP_JSON != "no") {
1717

1818
ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
1919

20-
PHP_INSTALL_HEADERS("ext/json/", "php_json.h");
20+
PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
2121
}
2222

0 commit comments

Comments
 (0)