We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a3dd1 + 5e7e7e3 commit 381e1f7Copy full SHA for 381e1f7
1 file changed
config.w32
@@ -9,7 +9,7 @@ if (PHP_XZ != 'no') {
9
){
10
AC_DEFINE('HAVE_XZ', 1, 'xz support enabled');
11
12
- EXTENSION('xz', 'xz.c xz_fopen_wrapper.c utils.c', true, '/D LZMA_API_STATIC /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
+ EXTENSION('xz', 'xz.c xz_fopen_wrapper.c utils.c', PHP_XZ_SHARED, '/D LZMA_API_STATIC /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
13
}
14
else{
15
WARNING('xz not enabled; libraries and headers not found');
0 commit comments