Update ioncube.sh

This commit is contained in:
midoks 2022-07-10 13:51:07 +08:00
parent aa00bc2a12
commit 14f211a597
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ Install_lib()
cp -rf $php_lib/ioncube/ioncube_loader_lin_${version}.so $extFile
/usr/bin/phpize${version}
./configure --with-php-config=/usr/bin/php-config${version}
make && make install && make clean
fi
echo "$extFile checking ..."