回答編集履歴

3

追加

2021/02/12 09:56

投稿

hentaiman
hentaiman

スコア6422

test CHANGED
@@ -32,4 +32,8 @@
32
32
 
33
33
 
34
34
 
35
+ そして以前の質問に対して書いた通りメジャーなパッケージをパッケージインストールするなら手動でiniを書き換える必要はまずありません
36
+
37
+
38
+
35
39
  これを試すついでに以前質問されていたMysqlのpdoの問題も上記の手順で再確認し、もし対応出来たら**改めて質問者自身で対応した手順を回答し**、`その回答を以て自己解決`として選択してください。同様の問題で困った人の為に。

2

いす

2021/02/12 09:56

投稿

hentaiman
hentaiman

スコア6422

test CHANGED
@@ -1,4 +1,4 @@
1
- [https://teratail.com/questions/321649](https://teratail.com/questions/321649)の質問でもそうですが、まずは以下の使えるモジュールをチェックします
1
+ [https://teratail.com/questions/321649](https://teratail.com/questions/321649)の質問でもそうですが、まずは以下のコマンドで使えるモジュールを確認します
2
2
 
3
3
 
4
4
 

1

yum install

2021/02/12 09:41

投稿

hentaiman
hentaiman

スコア6422

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```
28
28
 
29
- php-mbstring.x86_64
29
+ yum install php-mbstring.x86_64
30
30
 
31
31
  ```
32
32