zoukankan      html  css  js  c++  java
  • sad

    sudo yum --enablerepo=remi install php php-cli php-common php-mysql php-fpm

    # This repository only provides PHP 7.0 and its extensions
    # NOTICE: common dependencies are in "remi-safe"

    [remi-php70]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/php70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/php70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/php70/mirror
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-debuginfo]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-php70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo

    -------------

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-test70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

  • 相关阅读:
    0401. Binary Watch (E)
    0436. Find Right Interval (M)
    0151. Reverse Words in a String (M)
    1344. Angle Between Hands of a Clock (M)
    0435. Non-overlapping Intervals (M)
    0434. Number of Segments in a String (E)
    0063. Unique Paths II (M)
    0062. Unique Paths (M)
    0100. Same Tree (E)
    0190. Reverse Bits (E)
  • 原文地址:https://www.cnblogs.com/chenliuxiao/p/9450118.html
Copyright © 2011-2022 走看看