diff --git a/reference/htscanner/book.xml b/reference/htscanner/book.xml
new file mode 100644
index 0000000000..4d1267a7bc
--- /dev/null
+++ b/reference/htscanner/book.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+ htaccess-like support for all SAPIs
+ htscanner
+
+
+ &reftitle.intro;
+
+ The htscanner extension gives the possibility to use htaccess-like file to configure PHP
+ per directory, just like apache's htaccess. It is especially useful with fastcgi
+ (ISS5/6/7, lighttpd, etc.).
+
+
+
+ &reference.htscanner.setup;
+
+
+
+
+
diff --git a/reference/htscanner/configure.xml b/reference/htscanner/configure.xml
new file mode 100644
index 0000000000..0a3d904128
--- /dev/null
+++ b/reference/htscanner/configure.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ &reftitle.install;
+
+
+ &pecl.info;
+ &url.pecl.package;htscanner
+
+
+ The latest PECL/htscanner Win32 DLL is available here:
+ php_htscanner.dll
+
+
+
+
+
+
diff --git a/reference/htscanner/ini.xml b/reference/htscanner/ini.xml
new file mode 100644
index 0000000000..218810acde
--- /dev/null
+++ b/reference/htscanner/ini.xml
@@ -0,0 +1,130 @@
+
+
+
+
+ &reftitle.runtime;
+ &extension.runtime;
+
+
+
+ htscanner &ConfigureOptions;
+
+
+
+ &Name;
+ &Default;
+ &Changeable;
+ Changelog
+
+
+
+
+ htscanner.config_file
+ ".htscanner"
+ PHP_INI_SYSTEM
+
+
+
+ htscanner.default_docroot
+ "/"
+ PHP_INI_SYSTEM
+
+
+
+ htscanner.default_ttl
+ "300"
+ PHP_INI_SYSTEM
+
+
+
+ htscanner."stop_on_error"
+ "Off"
+ PHP_INI_SYSTEM
+
+
+
+
+
+
+
+ &ini.php.constants;
+
+
+
+ &ini.descriptions.title;
+
+
+
+
+
+
+ htscanner.config_file
+ string
+
+
+
+ Filename to use as configuration file.
+
+
+
+
+
+
+ htscanner.default_docroot
+ string
+
+
+
+ Default document root.
+
+
+
+
+
+
+ htscanner.default_ttl
+ int
+
+
+
+ Cache time out for the configuration data, in seconds.
+
+
+
+
+
+
+ htscanner.stop_on_error
+ int
+
+
+
+ Stop on error (parse error, cannot set an ini setting).
+
+
+
+
+
+
+
+
+
diff --git a/reference/htscanner/setup.xml b/reference/htscanner/setup.xml
new file mode 100644
index 0000000000..c8ff76ee24
--- /dev/null
+++ b/reference/htscanner/setup.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ &reftitle.setup;
+
+
+ &reftitle.required;
+
+ PHP version 5.2.0 or greater.
+
+
+
+ &reference.htscanner.configure;
+ &reference.htscanner.ini;
+
+
+ &reftitle.resources;
+ &no.resource;
+
+
+
+
+
+