-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp7.2-ext.sh
More file actions
45 lines (45 loc) · 1.63 KB
/
php7.2-ext.sh
File metadata and controls
45 lines (45 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
sudo apt-get install php7.2-bcmath -y
sudo apt-get install php7.2-bz2 -y
sudo apt-get install php7.2-calendar -y
sudo apt-get install php7.2-ctype -y
sudo apt-get install php7.2-curl -y
sudo apt-get install php7.2-dom -y
sudo apt-get install php7.2-enchant -y
sudo apt-get install php7.2-exif -y
sudo apt-get install php7.2-fileinfo -y
sudo apt-get install php7.2-ftp -y
sudo apt-get install php7.2-gd -y
sudo apt-get install php7.2-gettext -y
sudo apt-get install php7.2-gmp -y
sudo apt-get install php7.2-iconv -y
sudo apt-get install php7.2-intl -y
sudo apt-get install php7.2-json -y
sudo apt-get install php7.2-ldap -y
sudo apt-get install php7.2-mbstring -y
sudo apt-get install php7.2-mysqli -y
sudo apt-get install php7.2-mysqlnd -y
sudo apt-get install php7.2-opcache -y
sudo apt-get install php7.2-pdo -y
sudo apt-get install php7.2-phar -y
sudo apt-get install php7.2-posix -y
sudo apt-get install php7.2-pspell -y
sudo apt-get install php7.2-readline -y
sudo apt-get install php7.2-shmop -y
sudo apt-get install php7.2-simplexml -y
sudo apt-get install php7.2-soap -y
sudo apt-get install php7.2-sockets -y
sudo apt-get install php7.2-sqlite3 -y
sudo apt-get install php7.2-sysvmsg -y
sudo apt-get install php7.2-sysvsem -y
sudo apt-get install php7.2-sysvshm -y
sudo apt-get install php7.2-wddx -y
sudo apt-get install php7.2-xml -y
sudo apt-get install php7.2-xsl -y
sudo apt-get install php7.2-recode -y
sudo apt-get install php7.2-dba -y
sudo apt-get install php7.2-imap -y
sudo apt-get install php7.2-interbase -y
sudo apt-get install php7.2-odbc -y
sudo apt-get install php7.2-pgsql -y
sudo apt-get install php7.2-tidy -y
sudo apt-get install php7.2-zip -y