From 7e8870316b9da8c599ea5962463dc453c4e214db Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 18 Sep 2002 11:01:32 +0000 Subject: [PATCH] new extension structure applied, documentation for the apache 1.x sapi specific php.ini options added ... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96048 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apache/reference.xml | 87 ++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 4 deletions(-) diff --git a/reference/apache/reference.xml b/reference/apache/reference.xml index df254bfe19..e95d074061 100644 --- a/reference/apache/reference.xml +++ b/reference/apache/reference.xml @@ -1,12 +1,91 @@ - + Apache-specific Functions Apache - - These functions are only available when running PHP as an Apache module. - +
+ &reftitle.intro; + + These functions are only available when running PHP as an Apache 1.x module. + +
+ +
+ &reftitle.install; + + For PHP installation on Apache 1.x see the + Apache section in the installation + chapter. + +
+ +
+ &reftitle.runtime; + + The behaviour of the Apache PHP module is affected by settings in php.ini. + Configuration settings from &php.ini; may be overridden by php_flag settings + in the server configuration file or local .htaccess files. + + + Turning off PHP parsing for a directory using <filename>.htaccess</filename> + php_flag engine off + + + + Apache configuration options + + + + Name + Default + Changeable + Function + + + + + engine + On + PHP_INI_ALL + turns PHP parsing on or off + + + child_terminate + Off + PHP_INI_ALL + + specify whether PHP scripts may request child process termination on end of request, + see also apache_child_terminate + + + + last_modified + Off + PHP_INI_ALL + send PHP scripts modification date as Last-Modified: header for this request + + + xbit_hack + Off + PHP_INI_ALL + parse files with executable bit set as PHP regardles of their file ending + + + +
+
+
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ &reftitle.constants; + &no.constants; +
&reference.apache.functions;