-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinit
More file actions
20 lines (10 loc) · 921 Bytes
/
init
File metadata and controls
20 lines (10 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74
sudo yum update
sudo yum install php php-cli XXXXX
yum install php74.x86_64 php74-php.x86_64 php74-php-bcmath.x86_64 php74-php-cli.x86_64 php74-php-common.x86_64 php74-php-devel.x86_64 php74-php-fpm.x86_64 php74-php-gd.x86_64 php74-php-intl.x86_64 php74-php-json.x86_64 php74-php-libvirt.x86_64 php74-php-mbstring.x86_64 php74-php-mysqlnd.x86_64 php74-php-odbc.x86_64 php74-php-pdo.x86_64 php74-php-pear.noarch php74-php-phpiredis.x86_64 php74-php-pgsql.x86_64 php74-php-soap.x86_64 php74-xhprof.noarch
https://www.24kplus.com/linux/1571.html
https://www.cnblogs.com/alliancehacker/p/12255445.html
ps aux | grep -v root | grep php-fpm | cut -d\ -f1 | sort | uniq