. Download the source.
wget http://www.phpshield.com/loaders/phpshield.loaders.linux.zip
2. Extract it.
unzip phpshield.loaders.linux.zip
3. Find php.ini file.
php -i | grep php.ini
4. Add the following entries in php.ini file and save the file.
extension = “phpshield.5.2.lin”
extension_ts = “phpshield.5.2ts.lin”
5. Restart Apache service.
/etc/init.d/httpd restart
6. Check the module if it is installed.
php -i | grep phpSHIELD
No comments:
Post a Comment