Bilgi Merkezi
Ana sayfa > Bilgi Merkezi > English > Apache > Quick install for SourceGuardian on Debian Server
Quick install for SourceGuardian on Debian Server
First go to SourceGuardians download page http://www.sourceguardian.com/loaders.html
Untar the tarball
Copy the loader file ixed.5.3.lin to the /usr/lib/php5/20090626/
cp ixed.5.3* to /usr/lib/php5/20090626/
Create a Source Guardian configuration file:
vim /etc/php5/conf.d/sourceguardian.ini
Add the following two lines to sourceguardian.ini:
[sourceguardian]
zend_extension=/usr/lib/php5/20090626/ixed.5.3.lin
Restart Apache:
# php -v