質問編集履歴
1
PHPの設定値を追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -46,4 +46,46 @@
|
|
46
46
|
<?php
|
47
47
|
}
|
48
48
|
?>
|
49
|
-
```
|
49
|
+
```
|
50
|
+
|
51
|
+
### 追記
|
52
|
+
mbstring
|
53
|
+
|||
|
54
|
+
|:--|:--:|
|
55
|
+
|Multibyte Supportenabled|enabled|
|
56
|
+
|Multibyte string engine|libmbfl|
|
57
|
+
|HTTP input encoding translation|disabled|
|
58
|
+
|libmbfl version|1.3.2|
|
59
|
+
|oniguruma version|5.9.6|
|
60
|
+
|
61
|
+
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
|
62
|
+
|
63
|
+
|
64
|
+
|||
|
65
|
+
|:--|:--:|
|
66
|
+
|Multibyte (japanese) regex support|enabled|
|
67
|
+
|Multibyte regex (oniguruma) backtrack check|On|
|
68
|
+
|Multibyte regex (oniguruma) version|5.9.6|
|
69
|
+
|
70
|
+
|
71
|
+
|Directive|Local Value|Master Value|
|
72
|
+
|:--|:--:|--:|
|
73
|
+
|mbstring.detect_order|no value|no value
|
74
|
+
|mbstring.encoding_translation|Off|Off
|
75
|
+
|mbstring.func_overload|0|0
|
76
|
+
|mbstring.http_input|no value|no value
|
77
|
+
|mbstring.http_output|no value|no value
|
78
|
+
|mbstring.http_output_conv_mimetypes|^(text/|application/xhtml+xml)|^(text/|application/xhtml+xml)
|
79
|
+
|mbstring.internal_encoding|no value|no value
|
80
|
+
|mbstring.language|ja|neutral
|
81
|
+
|mbstring.strict_detection|Off|Off
|
82
|
+
|mbstring.substitute_character|no value|no value
|
83
|
+
|
84
|
+
---
|
85
|
+
|
86
|
+
|Directive|Local Value|Master Value|
|
87
|
+
|:--|:--:|--:|
|
88
|
+
|default_charset|UTF-8|UTF-8|
|
89
|
+
|internal_encoding|no value|no value|
|
90
|
+
|iconv.internal_encoding|no value|no value|
|
91
|
+
|mbstring.internal_encoding|no value|no value|
|