Update ioncube.sh

This commit is contained in:
FusionPBX 2025-03-10 20:03:10 -06:00 committed by GitHub
parent 68407a9e96
commit d27e184ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ if [ ."$php_version" = ."8.1" ]; then
fi
if [ ."$php_version" = ."8.2" ]; then
#copy the php extension .so into the php lib directory
cp ioncube/ioncube_loader_lin_8.2.so /usr/lib/php/20210902
cp ioncube/ioncube_loader_lin_8.2.so /usr/lib/php/20220829
#add the 00-ioncube.ini file
echo "zend_extension = /usr/lib/php/20220829/ioncube_loader_lin_8.2.so" > /etc/php/8.2/fpm/conf.d/00-ioncube.ini