v8js disable at global

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-07 18:47:56 +08:00
parent d3546cc677
commit 326d697bd2
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ if [ -n "${PHP_VERSION}" ]; then
sed -i -- 's/PHP_FPM_INSTALL_AEROSPIKE=true/PHP_FPM_INSTALL_AEROSPIKE=false/g' .env
fi
if [ "${PHP_VERSION}" == "7.3" ]; then
# V8JS extension does not yet support PHP 7.3.
sed -i -- 's/WORKSPACE_INSTALL_V8JS=true/WORKSPACE_INSTALL_V8JS=false/g' .env
# This ssh2 extension does not yet support PHP 7.3.
sed -i -- 's/PHP_FPM_INSTALL_SSH2=true/PHP_FPM_INSTALL_SSH2=false/g' .env
# xdebug extension does not yet support PHP 7.3.