From 2dfad98019dfd61624d76d0461fb680b001c3e7a Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 10 Jun 2001 13:09:39 +0000 Subject: [PATCH] added configuration options for mbstring extension to config.xml. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49477 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/chapters/config.xml b/chapters/config.xml index 4e9bdddd59..98ab77ea1a 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1503,6 +1503,77 @@ NOTYPE + + Multi-Byte String Configuration Directives + + + + + mbstring.internal_encoding + string + + + + mbstring.internal_encoding defines default + internal character encoding. + + + + + + + mbstring.http_input + string + + + + mbstring.http_input defines default + HTTP input character encoding. + + + + + + + mbstring.http_output + string + + + + mbstring.http_output defines default + HTTP output character encoding. + + + + + + + mbstring.detect_order + string + + + + mbstring.detect_order defines default + character encoding detection order. + + + + + + + mbstring.substitute_character + string + + + + mbstring.substitute_character defines + character to substitute for invalid character codes. + + + + + +