From 3238e983f73233da6920201f9f451fd21d906ed5 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 5 Mar 2009 02:13:26 +0000 Subject: [PATCH] - initial doc for htscanner git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276785 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/htscanner/book.xml | 43 ++++++++++ reference/htscanner/configure.xml | 38 +++++++++ reference/htscanner/ini.xml | 130 ++++++++++++++++++++++++++++++ reference/htscanner/setup.xml | 44 ++++++++++ 4 files changed, 255 insertions(+) create mode 100644 reference/htscanner/book.xml create mode 100644 reference/htscanner/configure.xml create mode 100644 reference/htscanner/ini.xml create mode 100644 reference/htscanner/setup.xml 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; +
+ +
+ + +