Home php-config
Post
Cancel

php-config

  • Installing PHP 7.3 on CentOS 7

    1
    2
    3
    4
    5
    6
    7
    
    sudo yum install epel-release yum-utils
    sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
    
    sudo yum-config-manager --enable remi-php73
    sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
    
    php -v
    

Configuration file

/etc/php.ini

This post is licensed under CC BY 4.0 by the author.