Skip to content

Commit d4be6dc

Browse files
committed
Bump ZSTD to fix memory leak
1 parent d22aa56 commit d4be6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EXT_XXHASH_VERSION="0.2.0"
4242
EXT_ARRAYDEBUG_VERSION="0.2.0"
4343
EXT_ENCODING_VERSION="0.4.0"
4444
EXT_RDKAFKA_VERSION="6.0.3"
45-
EXT_ZSTD_VERSION="0.15.1"
45+
EXT_ZSTD_VERSION="0.15.2"
4646
EXT_GRPC_VERSION="1.57.3"
4747
EXT_VANILLAGENERATOR_VERSION="abd059fd2ca79888aab3b9c5070d83ceea55fada"
4848

windows-compile-vs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $PHP_ARRAYDEBUG_VER="0.2.0"
3434
$PHP_ENCODING_VER="0.4.0"
3535
$PHP_VANILLAGENERATOR_VER="2.1.7"
3636
$PHP_LIBKAFKA_VER="6.0.3"
37-
$PHP_ZSTD_VER="0.15.1"
37+
$PHP_ZSTD_VER="0.15.2"
3838
$PHP_GRPC_VER="1.57.3"
3939

4040
function pm-echo {

0 commit comments

Comments
 (0)