From 2e3cff04765a98a665560d8eb8dc7f10ff764b5b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Jul 2004 08:40:46 +0000 Subject: [PATCH] Made consistent with other Configuration parts Enables automatic linking from ini_set git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163853 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apache/ini.xml | 48 ++++++++--- reference/mbstring/ini.xml | 159 +++++++++++++++++++++++-------------- reference/nsapi/ini.xml | 25 +++++- reference/tidy/ini.xml | 47 ++++++++--- 4 files changed, 198 insertions(+), 81 deletions(-) diff --git a/reference/apache/ini.xml b/reference/apache/ini.xml index f7836e8061..93543bfab1 100644 --- a/reference/apache/ini.xml +++ b/reference/apache/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; @@ -21,7 +21,6 @@ Name Default Changeable - Function @@ -29,32 +28,27 @@ 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 xbithack Off PHP_INI_ALL - parse files with executable bit set as PHP regardless of their file ending + For further details and definition of the PHP_INI_* constants see + ini_set. &ini.descriptions.title; @@ -68,6 +62,7 @@ + Turns PHP parsing on or off. This directive is really only useful in the Apache module version of PHP. It is used by sites that would like to turn PHP parsing on and off on a per-directory or per-virtual @@ -77,8 +72,43 @@ + + + child_terminate + boolean + + + + Specify whether PHP scripts may request child process termination on end of request, + see also apache_child_terminate. + + + + + + last_modified + boolean + + + + Send PHP scripts modification date as Last-Modified: header for this request. + + + + + + xbithack + boolean + + + + Parse files with executable bit set as PHP regardless of their file ending. + + + +
+
&reftitle.runtime; &extension.runtime; @@ -70,65 +70,106 @@ &ini.descriptions.title; - - - - mbstring.language is the default national - language setting (NLS) used in mbstring. Note that this option - automagically defines mbstring.internal_encoding and - mbstring.internal_encoding should be placed - after mbstring.language in &php.ini; - - - - - mbstring.encoding_translation enables the - transparent character encoding filter for the incoming HTTP queries, - which performs detection and conversion of the input encoding to the - internal character encoding. - - - - - mbstring.internal_encoding defines the default - internal character encoding. - - - - - mbstring.http_input defines the default HTTP - input character encoding. - - - - - mbstring.http_output defines the default HTTP - output character encoding. - - - - - mbstring.detect_order defines default - character code detection order. See also - mb_detect_order. - - - - - mbstring.substitute_character defines - character to substitute for invalid character encoding. - - - - - mbstring.func_overload overloads a set of single byte - functions by the mbstring counterparts. See - Funtion overloading for more - information. - - - + + + + mbstring.language + string + + + + The default national language setting (NLS) used in mbstring. Note that this option + automagically defines mbstring.internal_encoding and + mbstring.internal_encoding should be placed + after mbstring.language in &php.ini; + + + + + + mbstring.encoding_translation + boolean + + + + Enables the transparent character encoding filter for the incoming HTTP queries, + which performs detection and conversion of the input encoding to the + internal character encoding. + + + + + + mbstring.internal_encoding + string + + + + Defines the default internal character encoding. + + + + + + mbstring.http_input + string + + + + Defines the default HTTP input character encoding. + + + + + + mbstring.http_output + string + + + + Defines the default HTTP output character encoding. + + + + + + mbstring.detect_order + string + + + + Defines default character code detection order. See also + mb_detect_order. + + + + + + mbstring.substitute_character + string + + + + Defines character to substitute for invalid character encoding. + + + + + + mbstring.func_overload + string + + + + Overloads a set of single byte functions by the mbstring counterparts. See + Funtion overloading for more + information. + + + + + According to the HTML 4.01 specification, Web browsers are allowed to encode a form being submitted with a character diff --git a/reference/nsapi/ini.xml b/reference/nsapi/ini.xml index 0c0eb9145a..9329bcdde5 100644 --- a/reference/nsapi/ini.xml +++ b/reference/nsapi/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; @@ -17,7 +17,6 @@ Name Default Changeable - Function @@ -25,12 +24,32 @@ nsapi.read_timeout 60 PHP_INI_ALL - sets the time in seconds the plugin is waiting for POST data from the client + For further details and definition of the PHP_INI_* constants see + ini_set. + + &ini.descriptions.title; + + + + + + nsapi.read_timeout + integer + + + + Sets the time in seconds the plugin is waiting for POST data from the client. + + + + + +
+
&reftitle.runtime; &extension.runtime; @@ -12,7 +12,6 @@ Name Default Changeable - Function @@ -20,26 +19,54 @@ tidy.default_config "" PHP_INI_SYSTEM - default path for tidy config file tidy.clean_output 0 PHP_INI_PERDIR - turns on/off the output repairing by Tidy For further details and definition of the PHP_INI_* constants see ini_set. - - - - Do not turn on tidy.clean_output if you are generating - non-html content such as dynamic images. - + + &ini.descriptions.title; + + + + + + tidy.default_config + string + + + + Default path for tidy config file. + + + + + + tidy.clean_output + boolean + + + + Turns on/off the output repairing by Tidy. + + + + Do not turn on tidy.clean_output if you are generating + non-html content such as dynamic images. + + + + + + +