diff options
Diffstat (limited to 'ext/json')
-rw-r--r-- | ext/json/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/config.w32 b/ext/json/config.w32 index 05f6e659e4..d16e0686d3 100644 --- a/ext/json/config.w32 +++ b/ext/json/config.w32 @@ -19,6 +19,6 @@ if (PHP_JSON != "no") { ADD_MAKEFILE_FRAGMENT(); - PHP_INSTALL_HEADERS("ext/json/", "php_json.h"); + PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h"); } |