From 9d5a1f8366561fe9ef4315da5e81b6a382bcc9bb Mon Sep 17 00:00:00 2001 From: Leszek Krupinski Date: Mon, 27 May 2002 16:52:49 +0000 Subject: [PATCH] Few corrections. Hope good ones... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83715 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 2573301416..57b89574eb 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -431,8 +431,7 @@ linkend="ini.safe-mode">safe mode, no files outside method variables with POST-method variables of the same name. - See also register_globals. + See also register_globals. @@ -440,14 +439,16 @@ linkend="ini.register-globals">register_globals. ignore_user_abort - string + boolean - On by default. If changed to Off scripts will be terminated as - soon as they try to output something after a client has aborted - their connection. - ignore_user_abort. + &true; by default. If changed to &false; scripts will be terminated + as soon as they try to output something after a client has aborted + their connection. + + + See also ignore_user_abort. @@ -667,8 +668,9 @@ include_path=".;c:\www\phplib" Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger - than upload_max_filesize. - + than upload_max_filesize. + If memory limit is enabled by configure script, memory_limit also affects @@ -852,8 +854,8 @@ include_path=".;c:\www\phplib" - Whether to use UID (Off) or - GID (On) checking upon file + Whether to use UID (&false;) or + GID (&true;) checking upon file access. See Safe Mode for more information. @@ -1544,7 +1546,7 @@ NOTYPE mbstring.http_input defines default - HTTP input character encoding. + HTTP input character encoding. @@ -1557,7 +1559,7 @@ NOTYPE mbstring.http_output defines default - HTTP output character encoding. + HTTP output character encoding. @@ -1597,7 +1599,8 @@ NOTYPE character encodings of user comments when module mbstring is available. This is done by first decoding the comment using the specified characterset. The result is then encoded - with another characterset which should match your http output. + with another characterset which should match your + HTTP output. @@ -1610,7 +1613,7 @@ NOTYPE exif.encode_unicode defines the characterset UNICODE user comments are handled. This defaults to ISO-8859-15 which should work for - most non asian counties. The setting can be empty + most non asian countries. The setting can be empty or must be an encoding supported by mbstring. If it is empty the current internal encoding of mbstring is used.