やりたいこと
phpのモジュール追加
基本的に全部yumで入れた
環境
・CentOS7.3
・php5.4
使用できるモジュール一覧
下記コマンドで確認できる
# php -m
php-pear
DB接続とかでよく使うっぽい
php-pgsql
phpでpostgresqlの関数等を使う
https://www.php.net/manual/ja/book.pgsql.php
php-mbstring
phpでマルチバイト文字を使用できるようにする拡張モジュール
Go to list of users who liked
More than 1 year has passed since last update.
phpのモジュール追加
基本的に全部yumで入れた
・CentOS7.3
・php5.4
下記コマンドで確認できる
# php -m
DB接続とかでよく使うっぽい
phpでpostgresqlの関数等を使う
https://www.php.net/manual/ja/book.pgsql.php
phpでマルチバイト文字を使用できるようにする拡張モジュール
Register as a new user and use Qiita more conveniently
Go to list of users who liked