aboutsummaryrefslogtreecommitdiff
path: root/libraries/php-htscanner/README.SLACKWARE
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-09-17 04:48:41 -0400
committerRobby Workman <rworkman@slackbuilds.org>2010-09-21 22:09:37 -0500
commitf521bebc4ceb289fb95e940cdff0338969b2456d (patch)
tree8be87b32cef80aa328fc38b2390021bcfb573e10 /libraries/php-htscanner/README.SLACKWARE
parentbb94b73abd64a8108a904be8134b876b71484acf (diff)
libraries/php-htscanner: Added (PHP extention)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/php-htscanner/README.SLACKWARE')
-rw-r--r--libraries/php-htscanner/README.SLACKWARE16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/php-htscanner/README.SLACKWARE b/libraries/php-htscanner/README.SLACKWARE
new file mode 100644
index 0000000000000..937a0959c08e4
--- /dev/null
+++ b/libraries/php-htscanner/README.SLACKWARE
@@ -0,0 +1,16 @@
+README.SLACKWARE for htscanner
+
+Please read the "Description" part of /usr/doc/htscanner-1.15/README
+after installation. An example /etc/php/htscanner.ini is included.
+
+A configuration example, maybe something like the following:
+
+cat << EOF > /var/www/htdocs/.htaccess
+<IfModule mod_php.c>
+ php_value register_globals On
+</IfModule>
+EOF
+
+To test, try:
+
+php -i | grep htscanner