Browse Source

JSON: fix config.w32 / Install headers on windows

pull/2682/head
Darek Slusarczyk 9 years ago
parent
commit
618dcd6520
  1. 1
      NEWS
  2. 2
      ext/json/config.w32

1
NEWS

@ -578,6 +578,7 @@ PHP NEWS
- JSON: - JSON:
. Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka) . Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka)
. Install headers on windows. (Darek Slusarczyk)
- Mysqlnd: - Mysqlnd:
. Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb) . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb)

2
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"); 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");
} }
Loading…
Cancel
Save