File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,20 @@ zip_version="1.5.2"
34
34
sodium_php72_php73_version="1.0.7"
35
35
36
36
libmemcached_version="1.0.18"
37
+ # Mandatory for multibytes strings starting with PHP 7.4
38
+ libonig_version="${libonig_version:-6.9.8}"
39
+ librabbitmq_version="0.15.0"
40
+
37
41
memcached_version="3.3.0"
38
42
gmp_version="6.2.1"
39
43
tidy_version="5.8.0"
40
44
sodium_version="1.0.20"
41
45
coreutils_version="8.32"
42
46
webp_version="${webp_version:-1.3.2}" # Can be found here: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html
43
- # Mandatory for multibytes strings starting with PHP 7.4
44
- libonig_version="${libonig_version:-6.9.8}"
45
47
# From https://zlib.net/
46
48
zlib_version="${zlib_version:-1.3.1}"
47
49
igbinary_version="3.2.16"
48
50
mongodb_version="1.20.0"
49
- librabbitmq_version="0.14.0"
50
51
amqp_version="2.1.2"
51
52
phpredis_version="6.1.0"
52
53
apcu_version="5.1.24"
You can’t perform that action at this time.
0 commit comments