質問編集履歴

1

PHPの設定値を追記しました

2018/09/13 07:32

投稿

Dekusia
Dekusia

スコア13

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,87 @@
95
95
  ?>
96
96
 
97
97
  ```
98
+
99
+
100
+
101
+ ### 追記
102
+
103
+ mbstring
104
+
105
+ |||
106
+
107
+ |:--|:--:|
108
+
109
+ |Multibyte Supportenabled|enabled|
110
+
111
+ |Multibyte string engine|libmbfl|
112
+
113
+ |HTTP input encoding translation|disabled|
114
+
115
+ |libmbfl version|1.3.2|
116
+
117
+ |oniguruma version|5.9.6|
118
+
119
+
120
+
121
+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
122
+
123
+
124
+
125
+
126
+
127
+ |||
128
+
129
+ |:--|:--:|
130
+
131
+ |Multibyte (japanese) regex support|enabled|
132
+
133
+ |Multibyte regex (oniguruma) backtrack check|On|
134
+
135
+ |Multibyte regex (oniguruma) version|5.9.6|
136
+
137
+
138
+
139
+
140
+
141
+ |Directive|Local Value|Master Value|
142
+
143
+ |:--|:--:|--:|
144
+
145
+ |mbstring.detect_order|no value|no value
146
+
147
+ |mbstring.encoding_translation|Off|Off
148
+
149
+ |mbstring.func_overload|0|0
150
+
151
+ |mbstring.http_input|no value|no value
152
+
153
+ |mbstring.http_output|no value|no value
154
+
155
+ |mbstring.http_output_conv_mimetypes|^(text/|application/xhtml+xml)|^(text/|application/xhtml+xml)
156
+
157
+ |mbstring.internal_encoding|no value|no value
158
+
159
+ |mbstring.language|ja|neutral
160
+
161
+ |mbstring.strict_detection|Off|Off
162
+
163
+ |mbstring.substitute_character|no value|no value
164
+
165
+
166
+
167
+ ---
168
+
169
+
170
+
171
+ |Directive|Local Value|Master Value|
172
+
173
+ |:--|:--:|--:|
174
+
175
+ |default_charset|UTF-8|UTF-8|
176
+
177
+ |internal_encoding|no value|no value|
178
+
179
+ |iconv.internal_encoding|no value|no value|
180
+
181
+ |mbstring.internal_encoding|no value|no value|