We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9fe5a commit 618dcd6Copy full SHA for 618dcd6
NEWS
@@ -578,6 +578,7 @@ PHP NEWS
578
579
- JSON:
580
. Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka)
581
+ . Install headers on windows. (Darek Slusarczyk)
582
583
- Mysqlnd:
584
. Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb)
ext/json/config.w32
@@ -17,6 +17,6 @@ if (PHP_JSON != "no") {
17
18
ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
19
20
- PHP_INSTALL_HEADERS("ext/json/", "php_json.h");
+ PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
21
}
22
0 commit comments