» 2020 » August » 12 の記事

~ install msgpack on centos7 ~

connie 2020.08.12 | centos, php | | No Comments

yum install php-pear php-devel
nano php.ini
disable_functions =
sudo systemctl restart php-fpm
pecl install msgpack
cd /etc/php.d
nano msgpack.txt
extension=msgpack.so
nano php.ini
disable_functions = add back disable_function
sudo systemctl restart php-fpm

~ centos 7 update php to 7.4 ~

connie 2020.08.12 | centos, php | | No Comments
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install yum-utils
yum-config-manager --enable remi-php74
yum update
php -v 
systemctl start php-fpm

| HOME |

Smiley face

August 2020
S M T W T F S
 1
2345678
9101112131415
16171819202122
23242526272829
3031