Dalam artikel ini, kami akan membahas langkah-langkah terperinci untuk menginstal PHP 7.4 pada sistem operasi CentOS 7. Mulai dari menambahkan repositori yang diperlukan, mengaktifkan repositori Remi, hingga memasang PHP 7.4 dan modul terkait untuk Apache. Tutorial ini dirancang untuk membantu Anda meningkatkan versi PHP pada server CentOS 7 Anda, memastikan kinerja dan keamanan yang optimal untuk aplikasi web Anda. Ikuti panduan ini untuk setup PHP 7.4 yang lancar dan efektif.
Shell
x
2
1
sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
2
sudo yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
Shell
1
73
73
1
[root@cloud-one ~]# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
2
Loaded plugins: fastestmirror
3
Examining /var/tmp/yum-root-M4WDnT/epel-release-latest-7.noarch.rpm: epel-release-7-14.noarch
4
Marking /var/tmp/yum-root-M4WDnT/epel-release-latest-7.noarch.rpm to be installed
5
Resolving Dependencies
6
--> Running transaction check
7
---> Package epel-release.noarch 0:7-14 will be installed
8
--> Finished Dependency Resolution
9
10
Dependencies Resolved
11
12
===============================================================================================================
13
Package Arch Version Repository Size
14
===============================================================================================================
15
Installing:
16
epel-release noarch 7-14 /epel-release-latest-7.noarch 25 k
17
18
Transaction Summary
19
===============================================================================================================
20
Install 1 Package
21
22
Total size: 25 k
23
Installed size: 25 k
24
Downloading packages:
25
Running transaction check
26
Running transaction test
27
Transaction test succeeded
28
Running transaction
29
Installing : epel-release-7-14.noarch 1/1
30
Verifying : epel-release-7-14.noarch 1/1
31
32
Installed:
33
epel-release.noarch 0:7-14
34
35
Complete!
36
[root@cloud-tam ~]#
37
[root@cloud-tam ~]# yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
38
Loaded plugins: fastestmirror
39
remi-release-7.rpm | 28 kB 00:00:00
40
Examining /var/tmp/yum-root-M4WDnT/remi-release-7.rpm: remi-release-7.9-6.el7.remi.noarch
41
Marking /var/tmp/yum-root-M4WDnT/remi-release-7.rpm to be installed
42
Resolving Dependencies
43
--> Running transaction check
44
---> Package remi-release.noarch 0:7.9-6.el7.remi will be installed
45
--> Finished Dependency Resolution
46
47
Dependencies Resolved
48
49
===============================================================================================================
50
Package Arch Version Repository Size
51
===============================================================================================================
52
Installing:
53
remi-release noarch 7.9-6.el7.remi /remi-release-7 39 k
54
55
Transaction Summary
56
===============================================================================================================
57
Install 1 Package
58
59
Total size: 39 k
60
Installed size: 39 k
61
Downloading packages:
62
Running transaction check
63
Running transaction test
64
Transaction test succeeded
65
Running transaction
66
Installing : remi-release-7.9-6.el7.remi.noarch 1/1
67
Verifying : remi-release-7.9-6.el7.remi.noarch 1/1
68
69
Installed:
70
remi-release.noarch 0:7.9-6.el7.remi
71
72
Complete!
73
[root@cloud-one ~]#
Shell
1
1
1
sudo yum -y install yum-utils
Shell
1
59
59
1
[root@cloud-one ~]# yum -y install yum-utils
2
Loaded plugins: fastestmirror
3
Loading mirror speeds from cached hostfile
4
* epel: linux.domainesia.com
5
* remi-safe: cdn.centos.no
6
Resolving Dependencies
7
--> Running transaction check
8
---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be installed
9
--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-54.el7_8.noarch
10
--> Running transaction check
11
---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
12
--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
13
--> Running transaction check
14
---> Package python-chardet.noarch 0:2.2.1-3.el7 will be installed
15
--> Finished Dependency Resolution
16
17
Dependencies Resolved
18
19
===============================================================================================================
20
Package Arch Version Repository Size
21
===============================================================================================================
22
Installing:
23
yum-utils noarch 1.1.31-54.el7_8 base 122 k
24
Installing for dependencies:
25
python-chardet noarch 2.2.1-3.el7 base 227 k
26
python-kitchen noarch 1.1.1-5.el7 base 267 k
27
28
Transaction Summary
29
===============================================================================================================
30
Install 1 Package (+2 Dependent packages)
31
32
Total download size: 616 k
33
Installed size: 2.8 M
34
Downloading packages:
35
(1/3): python-chardet-2.2.1-3.el7.noarch.rpm | 227 kB 00:00:00
36
(2/3): python-kitchen-1.1.1-5.el7.noarch.rpm | 267 kB 00:00:00
37
(3/3): yum-utils-1.1.31-54.el7_8.noarch.rpm | 122 kB 00:00:00
38
---------------------------------------------------------------------------------------------------------------
39
Total 945 kB/s | 616 kB 00:00:00
40
Running transaction check
41
Running transaction test
42
Transaction test succeeded
43
Running transaction
44
Installing : python-chardet-2.2.1-3.el7.noarch 1/3
45
Installing : python-kitchen-1.1.1-5.el7.noarch 2/3
46
Installing : yum-utils-1.1.31-54.el7_8.noarch 3/3
47
Verifying : python-kitchen-1.1.1-5.el7.noarch 1/3
48
Verifying : yum-utils-1.1.31-54.el7_8.noarch 2/3
49
Verifying : python-chardet-2.2.1-3.el7.noarch 3/3
50
51
Installed:
52
yum-utils.noarch 0:1.1.31-54.el7_8
53
54
Dependency Installed:
55
python-chardet.noarch 0:2.2.1-3.el7 python-kitchen.noarch 0:1.1.1-5.el7
56
57
Complete!
58
[root@cloud-one ~]#
59
Shell
1
2
1
[root@cloud-one ~]# yum-config-manager --disable 'remi-php*'
2
Shell
1
2
1
sudo yum install php php-cli php-fpm php-gd php-mysqlnd php-pdo php-xml php-mbstring php-intl php-json php-zip php-pecl-apcu -y
2
Shell
1
2
1
[root@cloud-one ~]# sudo yum install php php-cli php-fpm php-gd php-mysqlnd php-pdo php-xml php-mbstring php-intl php-json php-zip php-pecl-apcu -y
2
Shell
1
45
45
1
[root@cloud-one ~]# sudo yum install php php-cli php-fpm php-gd php-mysqlnd php-pdo php-xml php-mbstring php-intl php-json php-zip php-pecl-apcu -y
2
Loaded plugins: fastestmirror
3
Loading mirror speeds from cached hostfile
4
* epel: mirror.gi.co.id
5
* remi-php74: cdn.centos.no
6
* remi-safe: cdn.centos.no
7
Resolving Dependencies
8
--> Running transaction check
9
---> Package php.x86_64 0:7.4.33-15.el7.remi will be obsoleting
10
--> Processing Dependency: php-common(x86-64) = 7.4.33-15.el7.remi for package: php-7.4.33-15.el7.remi.x86_64
11
--> Processing Dependency: php-sodium(x86-64) = 7.4.33-15.el7.remi for package: php-7.4.33-15.el7.remi.x86_64
12
---> Package php-cli.x86_64 0:7.4.33-15.el7.remi will be obsoleting
13
---> Package php-fpm.x86_64 0:7.4.33-15.el7.remi will be installed
14
...
15
...
16
17
Verifying : php70w-common-7.0.33-1.w7.x86_64 36/37
18
Verifying : 1:php70w-pear-1.10.4-1.w7.noarch 37/37
19
20
Installed:
21
php.x86_64 0:7.4.33-15.el7.remi php-cli.x86_64 0:7.4.33-15.el7.remi
22
php-common.x86_64 0:7.4.33-15.el7.remi php-fpm.x86_64 0:7.4.33-15.el7.remi
23
php-gd.x86_64 0:7.4.33-15.el7.remi php-intl.x86_64 0:7.4.33-15.el7.remi
24
php-json.x86_64 0:7.4.33-15.el7.remi php-mbstring.x86_64 0:7.4.33-15.el7.remi
25
php-mysqlnd.x86_64 0:7.4.33-15.el7.remi php-pdo.x86_64 0:7.4.33-15.el7.remi
26
php-pear.noarch 1:1.10.15-3.el7.remi php-pecl-apcu.x86_64 0:5.1.23-1.el7.remi.7.4
27
php-pecl-mcrypt.x86_64 0:1.0.7-1.el7.remi.7.4 php-pecl-zip.x86_64 0:1.22.3-1.el7.remi.7.4
28
php-process.x86_64 0:7.4.33-15.el7.remi php-xml.x86_64 0:7.4.33-15.el7.remi
29
30
Dependency Installed:
31
gd3php.x86_64 0:2.3.3-7.el7.remi libicu73.x86_64 0:73.2-1.el7.remi
32
libraqm.x86_64 0:0.7.0-4.el7 libsodium.x86_64 0:1.0.18-1.el7
33
libwebp7.x86_64 0:1.0.3-2.el7.remi libzip5.x86_64 0:1.10.1-1.el7.remi
34
libzstd.x86_64 0:1.5.5-1.el7 oniguruma5php.x86_64 0:6.9.9-1.el7.remi
35
php-sodium.x86_64 0:7.4.33-15.el7.remi
36
37
Replaced:
38
php70w.x86_64 0:7.0.33-1.w7 php70w-cli.x86_64 0:7.0.33-1.w7 php70w-common.x86_64 0:7.0.33-1.w7
39
php70w-gd.x86_64 0:7.0.33-1.w7 php70w-intl.x86_64 0:7.0.33-1.w7 php70w-mbstring.x86_64 0:7.0.33-1.w7
40
php70w-mcrypt.x86_64 0:7.0.33-1.w7 php70w-mysql.x86_64 0:7.0.33-1.w7 php70w-pdo.x86_64 0:7.0.33-1.w7
41
php70w-pear.noarch 1:1.10.4-1.w7 php70w-process.x86_64 0:7.0.33-1.w7 php70w-xml.x86_64 0:7.0.33-1.w7
42
43
Complete!
44
[root@cloud-one ~]#
45
Shell
1
1
1
sudo yum install php74-php mod_php
Shell
1
112
112
1
[root@cloud-one ~]# yum install php74-php mod_php
2
Loaded plugins: fastestmirror
3
Loading mirror speeds from cached hostfile
4
* epel: mirror.gi.co.id
5
* remi-php74: cdn.centos.no
6
* remi-safe: cdn.centos.no
7
Package php-7.4.33-15.el7.remi.x86_64 already installed and latest version
8
Resolving Dependencies
9
--> Running transaction check
10
---> Package php74-php.x86_64 0:7.4.33-15.el7.remi will be installed
11
--> Processing Dependency: php74-php-common(x86-64) = 7.4.33-15.el7.remi for package: php74-php-7.4.33-15.el7.remi.x86_64
12
--> Processing Dependency: php74-php-cli(x86-64) = 7.4.33-15.el7.remi for package: php74-php-7.4.33-15.el7.remi.x86_64
13
--> Processing Dependency: php74-php-sodium(x86-64) = 7.4.33-15.el7.remi for package: php74-php-7.4.33-15.el7.remi.x86_64
14
--> Running transaction check
15
---> Package php74-php-cli.x86_64 0:7.4.33-15.el7.remi will be installed
16
---> Package php74-php-common.x86_64 0:7.4.33-15.el7.remi will be installed
17
--> Processing Dependency: php74-php-json(x86-64) = 7.4.33-15.el7.remi for package: php74-php-common-7.4.33-15.el7.remi.x86_64
18
--> Processing Dependency: php74-runtime for package: php74-php-common-7.4.33-15.el7.remi.x86_64
19
---> Package php74-php-sodium.x86_64 0:7.4.33-15.el7.remi will be installed
20
--> Running transaction check
21
---> Package php74-php-json.x86_64 0:7.4.33-15.el7.remi will be installed
22
---> Package php74-runtime.x86_64 0:7.4-3.el7.remi will be installed
23
--> Processing Dependency: environment-modules for package: php74-runtime-7.4-3.el7.remi.x86_64
24
--> Processing Dependency: scl-utils for package: php74-runtime-7.4-3.el7.remi.x86_64
25
--> Running transaction check
26
---> Package environment-modules.x86_64 0:3.2.10-10.el7 will be installed
27
--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-modules-3.2.10-10.el7.x86_64
28
---> Package scl-utils.x86_64 0:20130529-19.el7 will be installed
29
--> Running transaction check
30
---> Package tcl.x86_64 1:8.5.13-8.el7 will be installed
31
--> Finished Dependency Resolution
32
33
Dependencies Resolved
34
35
===============================================================================================================
36
Package Arch Version Repository Size
37
===============================================================================================================
38
Installing:
39
php74-php x86_64 7.4.33-15.el7.remi remi-safe 1.7 M
40
Installing for dependencies:
41
environment-modules x86_64 3.2.10-10.el7 base 107 k
42
php74-php-cli x86_64 7.4.33-15.el7.remi remi-safe 3.5 M
43
php74-php-common x86_64 7.4.33-15.el7.remi remi-safe 702 k
44
php74-php-json x86_64 7.4.33-15.el7.remi remi-safe 80 k
45
php74-php-sodium x86_64 7.4.33-15.el7.remi remi-safe 85 k
46
php74-runtime x86_64 7.4-3.el7.remi remi-safe 1.1 M
47
scl-utils x86_64 20130529-19.el7 base 24 k
48
tcl x86_64 1:8.5.13-8.el7 base 1.9 M
49
50
Transaction Summary
51
===============================================================================================================
52
Install 1 Package (+8 Dependent packages)
53
54
Total download size: 9.2 M
55
Installed size: 29 M
56
Is this ok [y/d/N]: y
57
Downloading packages:
58
(1/9): php74-php-7.4.33-15.el7.remi.x86_64.rpm | 1.7 MB 00:00:00
59
(2/9): php74-php-common-7.4.33-15.el7.remi.x86_64.rpm | 702 kB 00:00:00
60
(3/9): php74-php-cli-7.4.33-15.el7.remi.x86_64.rpm | 3.5 MB 00:00:00
61
(4/9): php74-php-json-7.4.33-15.el7.remi.x86_64.rpm | 80 kB 00:00:00
62
(5/9): php74-php-sodium-7.4.33-15.el7.remi.x86_64.rpm | 85 kB 00:00:00
63
(6/9): php74-runtime-7.4-3.el7.remi.x86_64.rpm | 1.1 MB 00:00:00
64
(7/9): scl-utils-20130529-19.el7.x86_64.rpm | 24 kB 00:00:00
65
(8/9): tcl-8.5.13-8.el7.x86_64.rpm | 1.9 MB 00:00:00
66
(9/9): environment-modules-3.2.10-10.el7.x86_64.rpm | 107 kB 00:00:01
67
---------------------------------------------------------------------------------------------------------------
68
Total 6.1 MB/s | 9.2 MB 00:00:01
69
Running transaction check
70
Running transaction test
71
Transaction test succeeded
72
Running transaction
73
Installing : scl-utils-20130529-19.el7.x86_64 1/9
74
Installing : 1:tcl-8.5.13-8.el7.x86_64 2/9
75
Installing : environment-modules-3.2.10-10.el7.x86_64 3/9
76
Installing : php74-runtime-7.4-3.el7.remi.x86_64 4/9
77
Installing : php74-php-json-7.4.33-15.el7.remi.x86_64 5/9
78
Installing : php74-php-common-7.4.33-15.el7.remi.x86_64 6/9
79
Installing : php74-php-sodium-7.4.33-15.el7.remi.x86_64 7/9
80
Installing : php74-php-cli-7.4.33-15.el7.remi.x86_64 8/9
81
Installing : php74-php-7.4.33-15.el7.remi.x86_64 9/9
82
=====================================================================
83
84
WARNING : PHP 7.4 have reached its "End of Life" in
85
November 2022. Even, if this package includes some of
86
the important security fixes, backported from 8.1, the
87
UPGRADE to a maintained version is very strongly RECOMMENDED.
88
89
=====================================================================
90
Verifying : php74-php-7.4.33-15.el7.remi.x86_64 1/9
91
Verifying : 1:tcl-8.5.13-8.el7.x86_64 2/9
92
Verifying : scl-utils-20130529-19.el7.x86_64 3/9
93
Verifying : php74-php-sodium-7.4.33-15.el7.remi.x86_64 4/9
94
Verifying : environment-modules-3.2.10-10.el7.x86_64 5/9
95
Verifying : php74-php-json-7.4.33-15.el7.remi.x86_64 6/9
96
Verifying : php74-runtime-7.4-3.el7.remi.x86_64 7/9
97
Verifying : php74-php-common-7.4.33-15.el7.remi.x86_64 8/9
98
Verifying : php74-php-cli-7.4.33-15.el7.remi.x86_64 9/9
99
100
Installed:
101
php74-php.x86_64 0:7.4.33-15.el7.remi
102
103
Dependency Installed:
104
environment-modules.x86_64 0:3.2.10-10.el7 php74-php-cli.x86_64 0:7.4.33-15.el7.remi
105
php74-php-common.x86_64 0:7.4.33-15.el7.remi php74-php-json.x86_64 0:7.4.33-15.el7.remi
106
php74-php-sodium.x86_64 0:7.4.33-15.el7.remi php74-runtime.x86_64 0:7.4-3.el7.remi
107
scl-utils.x86_64 0:20130529-19.el7 tcl.x86_64 1:8.5.13-8.el7
108
109
Complete!
110
[root@cloud-one ~]#
111
112
Shell
1
2
1
[root@cloud-one ~]# systemctl restart httpd
2
[root@cloud-one ~]#
Shell
1
7
1
[root@cloud-one ~]# php -v
2
PHP 7.4.33 (cli) (built: Jun 5 2024 05:05:14) ( NTS )
3
Copyright (c) The PHP Group
4
Zend Engine v3.4.0, Copyright (c) Zend Technologies
5
[root@cloud-one ~]#
6
[root@cloud-one ~]#
7