Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 29, 2019
1 parent 39e64ad commit dd58951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.w32
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ARG_WITH('xz', 'xz support', 'no');

if (PHP_XZ != 'no') {
AC_DEFINE('HAVE_XZ', 1, 'xz support enabled');

EXTENSION('xz', 'xz.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
}

0 comments on commit dd58951

Please sign in to comment.