ちゃんと覚えておけよ?

忘れちゃいけない事のメモ、覚え書き

phpモジュールopcache,imagick,zip,intl、memcachedをyumインストール

必要なモジュールをインストールしていく

■imagick
yum --enablerepo=epel,remi-php73 install php-imagick

■OPCACHE
yum --enablerepo=epel,remi-php73 install php-opcache

■intl
yum --enablerepo=epel,remi-php73 install php-intl

■zip
yum --enablerepo=epel,remi-php73 install php-zip

■memcached
yum --enablerepo=epel,remi-php73 install php-memcached

/usr/lib64/php/modules
に◯◯.soファイルが出来ればあとは、nginxを再起動して有効化

Comment

*