File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
extension =apcu.so
5
5
extension =ast.so
6
+ extension =decimal.so
6
7
extension =ds.so
7
8
extension =event.so
8
9
extension =hashids.so
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ PHP_BASE_DIRS=(
21
21
declare -A PHP_EXTS_CMD=(
22
22
[" apcu" ]=" git clone https://github.com/krakjoe/apcu.git apcu"
23
23
[" ast" ]=" git clone https://github.com/nikic/php-ast.git ast"
24
+ [" decimal" ]=" git clone https://github.com/php-decimal/ext-decimal.git decimal"
24
25
[" ds" ]=" git clone https://github.com/php-ds/extension.git ds"
25
26
[" event" ]=" git clone https://bitbucket.org/osmanov/pecl-event.git event"
26
27
[" hashids" ]=" git clone https://github.com/cdoco/hashids.phpc.git hashids"
@@ -86,12 +87,14 @@ echo "==================================="
86
87
# yum
87
88
if command -v yum > /dev/null 2>&1 ; then
88
89
yum install -y \
90
+ mpdecimal mpdecimal-devel \
89
91
libsodium libsodium-devel \
90
92
ImageMagick ImageMagick-devel ImageMagick-perl
91
93
# apt
92
94
elif command -v apt > /dev/null 2>&1 ; then
93
95
apt update
94
96
apt install -y \
97
+ libmpdec libmpdec-dev \
95
98
libsodium23 libsodium-dev
96
99
else
97
100
echo " Could not find 'yum' or 'apt'..."
You can’t perform that action at this time.
0 commit comments