質問編集履歴

1

情報の追記

2019/12/13 06:51

投稿

musinbaru
musinbaru

スコア4

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,73 @@
10
10
 
11
11
 
12
12
 
13
-
13
+ ###現在の環境状態
14
+
15
+ ```
16
+
17
+ //PHPのバージョン
18
+
19
+ php -v
20
+
21
+ PHP 7.3.12 (cli) (built: Nov 19 2019 12:37:39) ( NTS )
22
+
23
+ Copyright (c) 1997-2018 The PHP Group
24
+
25
+ Zend Engine v3.3.12, Copyright (c) 1998-2018 Zend Technologies
26
+
27
+
28
+
29
+ //phpのパッケージ
30
+
31
+ # rpm -qa | grep php
32
+
33
+ php56-php-pecl-zip-1.15.5-1.el6.remi.x86_64
34
+
35
+ php71-php-cli-7.1.33-1.el6.remi.x86_64
36
+
37
+ php-7.3.12-1.el6.remi.x86_64
38
+
39
+ php-mbstring-7.3.12-1.el6.remi.x86_64
40
+
41
+ php71-runtime-2.0-1.el6.remi.x86_64
42
+
43
+ php71-2.0-1.el6.remi.x86_64
44
+
45
+ php56-php-pecl-jsonc-1.3.10-1.el6.remi.x86_64
46
+
47
+ php56-php-common-5.6.40-14.el6.remi.x86_64
48
+
49
+ php71-php-mbstring-7.1.33-1.el6.remi.x86_64
50
+
51
+ php-cli-7.3.12-1.el6.remi.x86_64
52
+
53
+ php-pecl-mcrypt-1.0.3-1.el6.remi.7.3.x86_64
54
+
55
+ php-xml-7.3.12-1.el6.remi.x86_64
56
+
57
+ php56-runtime-3.0-1.el6.remi.x86_64
58
+
59
+ php71-php-common-7.1.33-1.el6.remi.x86_64
60
+
61
+ php56-php-pdo-5.6.40-14.el6.remi.x86_64
62
+
63
+ php71-php-xml-7.1.33-1.el6.remi.x86_64
64
+
65
+ php-common-7.3.12-1.el6.remi.x86_64
66
+
67
+ php-devel-7.3.12-1.el6.remi.x86_64
68
+
69
+ php-gd-7.3.12-1.el6.remi.x86_64
70
+
71
+ php71-php-json-7.1.33-1.el6.remi.x86_64
72
+
73
+ php71-php-pdo-7.1.33-1.el6.remi.x86_64
74
+
75
+ php-json-7.3.12-1.el6.remi.x86_64
76
+
77
+ php-pdo-7.3.12-1.el6.remi.x86_64
78
+
79
+ ```
14
80
 
15
81
 
16
82