]> granicus.if.org Git - php/commitdiff
always build json statically
authorRemi Collet <remi@php.net>
Wed, 27 May 2020 13:36:07 +0000 (15:36 +0200)
committerRemi Collet <remi@php.net>
Wed, 27 May 2020 13:36:07 +0000 (15:36 +0200)
ext/json/config.m4

index 35bb1bf9ce33e094bbea216f467f655b5e70ab76..6e4853a54df3886fdd508772288d7a5ca03c17ee 100644 (file)
@@ -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()