I have not heard of software and IW officially do not support software outside of their own but if your polite and email support at IW, they do try to help
I trust you are testing first on a test server and not a live server as it may break things
Hi @amir9569@d2d4j
sorry for late response, I found these notes in my document folders.
How to install:
mkdir -p /usr/local/sourceguardian
cd /usr/local/sourceguardian
wget https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz
tar xzf loaders.linux-x86_64.tar.gz
echo "zend_extension = /usr/local/sourceguardian/ixed.5.6.lin" >> /etc/php.ini
Check if SourceGuardian is enabled in php with:
php -m
Locations of possible php versions you might use.
/etc/php.ini [this is the current system PHP version]
/opt/remi/php54/root/etc/php.ini
/opt/remi/php55/root/etc/php.ini
/opt/remi/php56/root/etc/php.ini
/etc/opt/remi/php70/php.ini
/etc/opt/remi/php71/php.ini
/etc/opt/remi/php72/php.ini
/etc/opt/remi/php73/php.ini
/etc/opt/remi/php74/php.ini
Hope this helps even if it is late…
see also:https://www.sourceguardian.com/loaders.html
Nico