Skip to content

Commit b0784f7

Browse files
committed
Temporarily rollback ext-chunkutils2 to 0.3.5
No currently released version of PM accepts 0.4.0, so these binaries are unusable with it.
1 parent 0586f8e commit b0784f7

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
@@ -26,7 +26,7 @@ LIBDEFLATE_VERSION="96836d7d9d10e3e0d53e6edb54eb908514e336c4" #1.24 - see above
2626
EXT_PMMPTHREAD_VERSION="6.2.0"
2727
EXT_YAML_VERSION="2.2.5"
2828
EXT_LEVELDB_VERSION="88071eb1b1eae96af043229104b9d813f7cbe40c" #release not tagged
29-
EXT_CHUNKUTILS2_VERSION="0.4.0"
29+
EXT_CHUNKUTILS2_VERSION="0.3.5"
3030
EXT_XDEBUG_VERSION="3.4.7"
3131
EXT_IGBINARY_VERSION="3.2.16"
3232
EXT_CRYPTO_VERSION="999b3c7edbc7f8ca4fdeb0bb4bbae488ad0daf07" #release not tagged

windows-compile-vs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $LIBDEFLATE_VER="96836d7d9d10e3e0d53e6edb54eb908514e336c4" #1.24 - see above not
1616

1717
$PHP_PMMPTHREAD_VER="6.2.0"
1818
$PHP_YAML_VER="2.2.5"
19-
$PHP_CHUNKUTILS2_VER="0.4.0"
19+
$PHP_CHUNKUTILS2_VER="0.3.5"
2020
$PHP_IGBINARY_VER="3.2.16"
2121
$PHP_LEVELDB_VER="88071eb1b1eae96af043229104b9d813f7cbe40c" #release not tagged
2222
$PHP_CRYPTO_VER="999b3c7edbc7f8ca4fdeb0bb4bbae488ad0daf07" #release not tagged

0 commit comments

Comments
 (0)