DEV Community

Discussion on: Install PHP 7.4 on Ubuntu

Collapse
 
devugur profile image
Ugur CELIK • Edited

For install all important php 7.4 extensions

apt install php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip php7.4-intl -y
Enter fullscreen mode Exit fullscreen mode