質問編集履歴

1

php -listを実行した際の、mbstringの内容を記述し忘れてました。

2021/01/22 04:33

投稿

Takutomo
Takutomo

スコア6

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,62 @@
104
104
 
105
105
 
106
106
 
107
+ 現在、cmdでphp -listを実行すると、mbstringの部分は以下のようになります。
108
+
109
+ ```cmd
110
+
111
+ mbstring
112
+
113
+
114
+
115
+ Multibyte Support => enabled
116
+
117
+ Multibyte string engine => libmbfl
118
+
119
+ HTTP input encoding translation => enabled
120
+
121
+ libmbfl version => 1.3.2
122
+
123
+
124
+
125
+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
126
+
127
+
128
+
129
+ Multibyte (japanese) regex support => enabled
130
+
131
+ Multibyte regex (oniguruma) version => 6.9.6
132
+
133
+
134
+
135
+ Directive => Local Value => Master Value
136
+
137
+ mbstring.detect_order => UTF-8 => UTF-8
138
+
139
+ mbstring.encoding_translation => On => On
140
+
141
+ mbstring.http_input => no value => no value
142
+
143
+ mbstring.http_output => no value => no value
144
+
145
+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml+xml) => ^(text/|application/xhtml+xml)
146
+
147
+ mbstring.internal_encoding => no value => no value
148
+
149
+ mbstring.language => Japanese => Japanese
150
+
151
+ mbstring.regex_retry_limit => 1000000 => 1000000
152
+
153
+ mbstring.regex_stack_limit => 100000 => 100000
154
+
155
+ mbstring.strict_detection => Off => Off
156
+
157
+ mbstring.substitute_character => no value => no value
158
+
159
+ ```
160
+
161
+
162
+
107
163
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
108
164
 
109
165
  環境