We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c20f78 commit 6c62077Copy full SHA for 6c62077
php_xz.h
@@ -26,7 +26,7 @@ extern php_stream_wrapper php_stream_xz_wrapper;
26
# define phpext_xz_ptr &xz_module_entry
27
28
/* The default size of the buffer used for compression and decompression. */
29
-#define XZ_BUFFER_SIZE 4096
+#define XZ_BUFFER_SIZE 4096
30
31
#ifdef PHP_WIN32
32
# define PHP_XZ_API __declspec(dllexport)
0 commit comments