Skip to content

Commit

Permalink
Update mcrypt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 6, 2024
1 parent 4dcae9f commit eaa5a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/php/versions/common/mcrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ if [ "$version" -lt "72" ];then
exit 1
fi

if [ "$version" == "84" ];then
LIBV=1.0.7
fi


LIB_PATH_NAME=lib/php
if [ -d $serverPath/php/${version}/lib64 ];then
LIB_PATH_NAME=lib64
Expand Down

0 comments on commit eaa5a4d

Please sign in to comment.