Skip to content

Commit dd58951

Browse files
committedApr 29, 2019
1 parent 39e64ad commit dd58951

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎config.w32

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ARG_WITH('xz', 'xz support', 'no');
2+
3+
if (PHP_XZ != 'no') {
4+
AC_DEFINE('HAVE_XZ', 1, 'xz support enabled');
5+
6+
EXTENSION('xz', 'xz.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
7+
}

0 commit comments

Comments
 (0)
Please sign in to comment.