Skip to content

Commit 1764964

Browse files
committed
always build json statically
1 parent cc27781 commit 1764964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ PHP_NEW_EXTENSION(json,
66
json_encoder.c \
77
json_parser.tab.c \
88
json_scanner.c,
9-
$ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
9+
no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
1010
PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
1111
PHP_ADD_MAKEFILE_FRAGMENT()

0 commit comments

Comments
 (0)