Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 4, 2024
1 parent 49ba34a commit 6ecc6c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/mutex/PHPRedisMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ public static function provideSerializersAndCompressorsCases(): iterable
[\Redis::SERIALIZER_PHP, \Redis::COMPRESSION_NONE],
];

var_dump([
extension_loaded('igbinary'),
extension_loaded('lzf'),
]);

if (defined('Redis::SERIALIZER_IGBINARY') && extension_loaded('igbinary')) {
$options[] = [
constant('Redis::SERIALIZER_IGBINARY'),
Expand Down

0 comments on commit 6ecc6c5

Please sign in to comment.