We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e64ad commit dd58951Copy full SHA for dd58951
config.w32
@@ -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