Skip to content

Commit

Permalink
update memcached PHP extension for PHP 8.1 in 123.09beta01
Browse files Browse the repository at this point in the history
- update memcached PHP extension detection for PHP 8.1
  • Loading branch information
centminmod committed Nov 29, 2021
1 parent 6610eca commit 23de896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centmin-cli.sh
Expand Up @@ -27,7 +27,7 @@ DT=$(date +"%d%m%y-%H%M%S")
branchname='123.09beta01'
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='09'
SCRIPT_INCREMENTVER='748'
SCRIPT_INCREMENTVER='749'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='30/06/2021'
Expand Down
2 changes: 1 addition & 1 deletion centmin.sh
Expand Up @@ -27,7 +27,7 @@ DT=$(date +"%d%m%y-%H%M%S")
branchname='123.09beta01'
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='09'
SCRIPT_INCREMENTVER='748'
SCRIPT_INCREMENTVER='749'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='30/06/2021'
Expand Down
2 changes: 1 addition & 1 deletion inc/memcached_install.inc
Expand Up @@ -437,7 +437,7 @@ if [ -f /usr/bin/re2c ]; then
fi
fi

php -v 2>&1 | grep -v 'PHP Warning' | awk -F " " '{print $2}' | head -n1 | cut -d . -f1,2 | egrep -w '7.0|7.1|7.2|7.3|7.4|8.0'
php -v 2>&1 | grep -v 'PHP Warning' | awk -F " " '{print $2}' | head -n1 | cut -d . -f1,2 | egrep -w '7.0|7.1|7.2|7.3|7.4|8.0|8.1|8.2'
PHPSEVEN_CHECKVER=$?
echo "$PHPSEVEN_CHECKVER"

Expand Down

0 comments on commit 23de896

Please sign in to comment.