From: Remi Collet Date: Wed, 27 May 2020 13:36:07 +0000 (+0200) Subject: always build json statically X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17649648ed9e0a9e5074242e1b021c57174a0b8c;p=php always build json statically --- diff --git a/ext/json/config.m4 b/ext/json/config.m4 index 35bb1bf9ce..6e4853a54d 100644 --- a/ext/json/config.m4 +++ b/ext/json/config.m4 @@ -6,6 +6,6 @@ PHP_NEW_EXTENSION(json, json_encoder.c \ json_parser.tab.c \ json_scanner.c, - $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) + no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h]) PHP_ADD_MAKEFILE_FRAGMENT()