Overview
This guide will show you how to install SourceGuardian Loader in PHP.
Steps
First you have to download the loader from SourceGuardian official site click here
You can also use the following command to download it.
mkdir /usr/local/sourceguardian
cd /usr/local/sourceguardian
curl -o loaders.linux-x86_64.tar.gz -X POST -d "terms=on" https://sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz
tar xvzf loaders.linux-x86_64.tar.gz
Once you extract the tar you will get the all PHP's SourceGuardian loader.
To load the SourceGuardian loader in PHP's you can configure it by following our Custom PHP Extension guide.
Note: SourceGuardian loader will be zend_extension, following are the example to load it.
zend_extension=/var/webuzo-data/php70/ext/ixed.7.0.lin