質問編集履歴

2

yum list installed | grep phpコマンドの結果を追記

2017/09/26 07:56

投稿

miKoTo0765
miKoTo0765

スコア35

test CHANGED
File without changes
test CHANGED
@@ -253,3 +253,65 @@
253
253
 
254
254
 
255
255
  と結果が返ってきます。
256
+
257
+
258
+
259
+
260
+
261
+ ```bash
262
+
263
+ yum list installed | grep php
264
+
265
+ ```
266
+
267
+ コマンドで確認すると
268
+
269
+ ```
270
+
271
+ php.x86_64 7.1.9-1.el7.remi @remi-php71
272
+
273
+ php-cli.x86_64 7.1.9-1.el7.remi @remi-php71
274
+
275
+ php-common.x86_64 7.1.9-1.el7.remi @remi-php71
276
+
277
+ php-intl.x86_64 7.1.9-1.el7.remi @remi-php71
278
+
279
+ php-json.x86_64 7.1.9-1.el7.remi @remi-php71
280
+
281
+ php71.x86_64 1.0-1.el7.remi @remi
282
+
283
+ php71-php-cli.x86_64 7.1.9-1.el7.remi @remi
284
+
285
+ php71-php-common.x86_64 7.1.9-1.el7.remi @remi
286
+
287
+ php71-php-fpm.x86_64 7.1.9-1.el7.remi @remi
288
+
289
+ php71-php-gd.x86_64 7.1.9-1.el7.remi @remi
290
+
291
+ php71-php-json.x86_64 7.1.9-1.el7.remi @remi
292
+
293
+ php71-php-mbstring.x86_64 7.1.9-1.el7.remi @remi
294
+
295
+ php71-php-opcache.x86_64 7.1.9-1.el7.remi @remi
296
+
297
+ php71-php-pdo.x86_64 7.1.9-1.el7.remi @remi
298
+
299
+ php71-php-pecl-apcu.x86_64 5.1.8-1.el7.remi @remi
300
+
301
+ php71-php-pecl-apcu-bc.x86_64
302
+
303
+ php71-php-pecl-igbinary.x86_64
304
+
305
+ php71-php-pecl-memcached.x86_64
306
+
307
+ php71-php-pecl-msgpack.x86_64
308
+
309
+ php71-php-pgsql.x86_64 7.1.9-1.el7.remi @remi
310
+
311
+ php71-php-xml.x86_64 7.1.9-1.el7.remi @remi
312
+
313
+ php71-runtime.x86_64 1.0-1.el7.remi @remi
314
+
315
+ ```
316
+
317
+ と結果が返ってきます。

1

コマンド実行結果を追記しました。

2017/09/26 07:56

投稿

miKoTo0765
miKoTo0765

スコア35

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
 
22
22
 
23
+
24
+
23
25
  ```bash
24
26
 
25
27
  php -c /.../remi/php71/php.ini -m | grep intl
@@ -69,3 +71,185 @@
69
71
 
70
72
 
71
73
  どのようにすれば有効になるのでしょうか?
74
+
75
+
76
+
77
+
78
+
79
+ ```bash
80
+
81
+ witch php
82
+
83
+ ```
84
+
85
+ コマンドで確認すると
86
+
87
+ ```
88
+
89
+ /usr/bin/php
90
+
91
+ ```
92
+
93
+
94
+
95
+ ```bash
96
+
97
+ php -V
98
+
99
+ ```
100
+
101
+ コマンドで確認すると
102
+
103
+ ```
104
+
105
+ PHP 7.1.9 (cli) (built: Aug 30 2017 20:06:08) ( NTS )
106
+
107
+ Copyright (c) 1997-2017 The PHP Group
108
+
109
+ Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
110
+
111
+ ```
112
+
113
+
114
+
115
+ ```bash
116
+
117
+ php --ini
118
+
119
+ ```
120
+
121
+ コマンドで確認すると
122
+
123
+ ```
124
+
125
+ Configuration File (php.ini) Path: /etc
126
+
127
+ Loaded Configuration File: /etc/php.ini
128
+
129
+ Scan for additional .ini files in: /etc/php.d
130
+
131
+ Additional .ini files parsed: /etc/php.d/20-bz2.ini,
132
+
133
+ /etc/php.d/20-calendar.ini,
134
+
135
+ /etc/php.d/20-ctype.ini,
136
+
137
+ /etc/php.d/20-curl.ini,
138
+
139
+ /etc/php.d/20-exif.ini,
140
+
141
+ /etc/php.d/20-fileinfo.ini,
142
+
143
+ /etc/php.d/20-ftp.ini,
144
+
145
+ /etc/php.d/20-gettext.ini,
146
+
147
+ /etc/php.d/20-iconv.ini,
148
+
149
+ /etc/php.d/20-intl.ini,
150
+
151
+ /etc/php.d/20-json.ini,
152
+
153
+ /etc/php.d/20-phar.ini,
154
+
155
+ /etc/php.d/20-sockets.ini,
156
+
157
+ /etc/php.d/20-tokenizer.ini
158
+
159
+ ```
160
+
161
+
162
+
163
+ ```bash
164
+
165
+ php -m
166
+
167
+ ```
168
+
169
+ コマンドで確認すると
170
+
171
+ ```
172
+
173
+ [PHP Modules]
174
+
175
+ bz2
176
+
177
+ calendar
178
+
179
+ Core
180
+
181
+ ctype
182
+
183
+ curl
184
+
185
+ date
186
+
187
+ exif
188
+
189
+ fileinfo
190
+
191
+ filter
192
+
193
+ ftp
194
+
195
+ gettext
196
+
197
+ hash
198
+
199
+ iconv
200
+
201
+ intl
202
+
203
+ json
204
+
205
+ libxml
206
+
207
+ openssl
208
+
209
+ pcntl
210
+
211
+ pcre
212
+
213
+ Phar
214
+
215
+ readline
216
+
217
+ Reflection
218
+
219
+ session
220
+
221
+ sockets
222
+
223
+ SPL
224
+
225
+ standard
226
+
227
+ tokenizer
228
+
229
+ zlib
230
+
231
+
232
+
233
+ [Zend Modules]
234
+
235
+ ```
236
+
237
+
238
+
239
+ ```bash
240
+
241
+ php -m | grep intl
242
+
243
+ ```
244
+
245
+ コマンドで確認すると
246
+
247
+ ```
248
+
249
+ intl
250
+
251
+ ```
252
+
253
+
254
+
255
+ と結果が返ってきます。