Skip to content

Commit deb9cdc

Browse files
committed
Update PHP version & dependencies
1 parent 32c06e4 commit deb9cdc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
PHP_VERSIONS=("8.2.28" "8.3.21")
2+
PHP_VERSIONS=("8.2.29" "8.3.24")
33

44
#### NOTE: Tags with "v" prefixes behave weirdly in the GitHub API. They'll be stripped in some places but not others.
55
#### Use commit hashes to avoid this.
@@ -22,7 +22,7 @@ LIBZIP_VERSION="1.11.3"
2222
SQLITE3_VERSION="3500000" #3.50.0
2323
LIBDEFLATE_VERSION="96836d7d9d10e3e0d53e6edb54eb908514e336c4" #1.24 - see above note about "v" prefixes
2424
LIBRDKAFKA_VER="2.1.1"
25-
LIBZSTD_VER="1.5.6"
25+
LIBZSTD_VER="1.5.7"
2626
LIBGRPC_VER="1.58.1"
2727
LIBSNAPPY_VER="1.2.2"
2828
SASL2_VERSION="2.1.28"
@@ -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.14.0"
45+
EXT_ZSTD_VERSION="0.15.1"
4646
EXT_GRPC_VERSION="1.57.3"
4747
EXT_VANILLAGENERATOR_VERSION="abd059fd2ca79888aab3b9c5070d83ceea55fada"
4848

windows-compile-vs.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference="Stop"
22
$ProgressPreference="SilentlyContinue"
33

4-
$PHP_VERSIONS=@("8.2.28", "8.3.21")
4+
$PHP_VERSIONS=@("8.2.29", "8.3.24")
55

66
$PHP_SDK_VER="2.3.0"
77
$ARCH="x64"
@@ -14,7 +14,7 @@ $PTHREAD_W32_VER="3.0.0"
1414
$LEVELDB_MCPE_VER="1c7564468b41610da4f498430e795ca4de0931ff" #release not tagged
1515
$LIBDEFLATE_VER="96836d7d9d10e3e0d53e6edb54eb908514e336c4" #1.24 - see above note about "v" prefixes
1616
$LIBRDKAFKA_VER="2.1.1"
17-
$LIBZSTD_VER="1.5.6"
17+
$LIBZSTD_VER="1.5.7"
1818
$LIBGRPC_VER="1.56.2"
1919
$LIBSNAPPY_VER="1.2.2"
2020

@@ -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.14.0"
37+
$PHP_ZSTD_VER="0.15.1"
3838
$PHP_GRPC_VER="1.57.3"
3939

4040
function pm-echo {

0 commit comments

Comments
 (0)