Skip to content

Commit

Permalink
add zstd macro (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored Jan 7, 2025
1 parent 170b549 commit 28c2d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/php_swoole_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extern PHPAPI int php_array_merge(zend_array *dest, zend_array *src);
#endif
#endif

#if defined(SW_HAVE_ZLIB) || defined(SW_HAVE_BROTLI)
#if defined(SW_HAVE_ZLIB) || defined(SW_HAVE_BROTLI) || defined(SW_HAVE_ZSTD)
#define SW_HAVE_COMPRESSION
#endif

Expand Down

0 comments on commit 28c2d15

Please sign in to comment.