質問編集履歴
3
文章を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,13 +8,27 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
##### php -v
|
12
|
+
|
13
|
+
```
|
14
|
+
|
15
|
+
# php -v
|
16
|
+
|
17
|
+
PHP Warning: Failed loading Zend extension 'opcache' (tried: ./opcache (./opcache: cannot open shared object file: No such file or directory), ./opcache.so (./opcache.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
|
18
|
+
|
19
|
+
PHP Warning: PHP Startup: Unable to load dynamic library 'bcmath' (tried: ./bcmath (./bcmath: cannot open shared object file: No such file or directory), ./bcmath.so (./bcmath.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
|
20
|
+
|
21
|
+
PHP Warning: PHP Startup: Unable to load dynamic library 'bz2' (tried: ./bz2 (./bz2: cannot open shared object file: No such file or directory), ./bz2.so (./bz2.so: cannot open shared
|
22
|
+
|
23
|
+
省略
|
24
|
+
|
11
25
|
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
|
12
26
|
|
13
27
|
Copyright (c) 1997-2018 The PHP Group
|
14
28
|
|
15
29
|
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
|
16
30
|
|
17
|
-
|
31
|
+
```
|
18
32
|
|
19
33
|
|
20
34
|
|
2
文章を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,9 +2,19 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
環境
|
5
|
+
#環境
|
6
6
|
|
7
|
-
さくらvps
|
7
|
+
OS さくらvps centOS stream 8
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
|
12
|
+
|
13
|
+
Copyright (c) 1997-2018 The PHP Group
|
14
|
+
|
15
|
+
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
|
16
|
+
|
17
|
+
|
8
18
|
|
9
19
|
|
10
20
|
|
1
文章を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
提示画像ですがエラー「 mysqli 拡張がありません。 」と表示されるのですがどうやって拡張を入れるのでしょうか?下記の様々サイトからヒントを集めましたがどれをやっても上手く行きません。
|
1
|
+
提示画像ですがエラー「 mysqli 拡張がありません。 」と表示されるのですがどうやって拡張を入れるのでしょうか?下記の様々サイトからヒントを集めましたがどれをやっても上手く行きません。サーバー自体を初期化しましたが治りません。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
環境
|
6
|
+
|
7
|
+
さくらvps
|
2
8
|
|
3
9
|
|
4
10
|
|