summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorDarek Slusarczyk <dariusz.slusarczyk@oracle.com>2017-08-08 15:52:53 +0200
committerDarek Slusarczyk <dariusz.slusarczyk@oracle.com>2017-08-08 15:52:53 +0200
commit618dcd6520560ad69fc57c46c73528c1755151e6 (patch)
tree7bee59957a255405bc9fcc53d61bb4dd2dce64bb /ext/json
parent4c9fe5a4907b71e72dac5175d6b1952f0077f988 (diff)
downloadphp-git-618dcd6520560ad69fc57c46c73528c1755151e6.tar.gz
JSON: fix config.w32 / Install headers on windows
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/config.w32 b/ext/json/config.w32
index c37d9a9025..c1a8ccfb30 100644
--- a/ext/json/config.w32
+++ b/ext/json/config.w32
@@ -17,6 +17,6 @@ if (PHP_JSON != "no") {
ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
- PHP_INSTALL_HEADERS("ext/json/", "php_json.h");
+ PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
}