summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-05-27 15:36:07 +0200
committerRemi Collet <remi@php.net>2020-05-27 15:36:07 +0200
commit17649648ed9e0a9e5074242e1b021c57174a0b8c (patch)
treea994aee1e7c48310dd8f9e958748f7fe32634cf7 /ext/json
parentcc27781f40f1df6234b277d460d9bb20ec540a12 (diff)
downloadphp-git-17649648ed9e0a9e5074242e1b021c57174a0b8c.tar.gz
always build json statically
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/config.m42
1 files changed, 1 insertions, 1 deletions
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()