Hi
I need 1 thing done on my linux CENTOS 5.4 VPS.
1) I need htscanner installed for me.
Can anyone help me?
Hi
I need 1 thing done on my linux CENTOS 5.4 VPS.
1) I need htscanner installed for me.
Can anyone help me?
Thanks Simon
osCommerce Version: Online Merchant v2.2 RC 2a - Test Site with: oscommerce-2.2ms2-060817cPanel Version: 11.23.4-RELEASE - Apache version: 2.0.63 - PHP version: 5.2.5MySQL version: 5.0.51a-community - Operating system: Linux=====================================================================
do:
pecl download channel://pecl.php.net/htscanner-0.9.0
tar -xvzf htscanner-0.9.0.tgz
cd htscanner*
phpize
./configure && make && make install
Then add to php.ini
[htscanner]
extension="/htscanner.so"
config_file=".htaccess"
default_docroot="../public_html"