質問編集履歴

1

補足情報の欄にmbstring.*とdefault_charsetを記入

2020/01/09 14:00

投稿

Zeya
Zeya

スコア4

test CHANGED
File without changes
test CHANGED
@@ -20,10 +20,54 @@
20
20
 
21
21
  ### 補足情報(FW/ツールのバージョンなど)
22
22
 
23
+ ・バージョンなど
24
+
23
- windows
25
+ windows10
24
26
 
25
27
  xampp 7.4.1
26
28
 
27
29
  phpMyAdmin 5.0.0
28
30
 
29
- phpMyAdminは後から入れました
31
+ phpMyAdminは後から入れました
32
+
33
+
34
+
35
+ ・default_charset
36
+
37
+ |default_charset |UTF-8 |UTF-8 |
38
+
39
+
40
+
41
+
42
+
43
+ ・mbstring.*
44
+
45
+ 注意:|が区切る文字と認識されたため”l”で代用して記述しました
46
+
47
+ |Directive |Local Value |Master Value|
48
+
49
+ |:--|:--:|--:|
50
+
51
+ |mbstring.detect_order |no value |no value|
52
+
53
+ |mbstring.encoding_translation |Off |Off|
54
+
55
+ |mbstring.func_overload |0| 0|
56
+
57
+ |mbstring.http_input |no value| no value|
58
+
59
+ |mbstring.http_output |no value| no value|
60
+
61
+ |mbstring.http_output_conv_mimetypes |^(text/"l"application/xhtml+xml) |^(text/"l"application/xhtml+xml)|
62
+
63
+ |mbstring.internal_encoding |no value |no value|
64
+
65
+ |mbstring.language |neutral| neutral|
66
+
67
+ |mbstring.regex_retry_limit| 1000000| 1000000|
68
+
69
+ |mbstring.regex_stack_limit |100000| 100000|
70
+
71
+ |mbstring.strict_detection |Off |Off|
72
+
73
+ |mbstring.substitute_character |no value| no value|