Skip to content

Commit 618dcd6

Browse files
committed
JSON: fix config.w32 / Install headers on windows
1 parent 4c9fe5a commit 618dcd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ PHP NEWS
578578

579579
- JSON:
580580
. Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka)
581+
. Install headers on windows. (Darek Slusarczyk)
581582

582583
- Mysqlnd:
583584
. Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb)

ext/json/config.w32

+1-1
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)