Notifications
Clear all
Wordpress
2
Posts
2
Users
0
Likes
1,611
Views
Apr 12, 2020 2:08 pm
Hi, I'm using Nginx Ubuntu 18 in DigitalOcean. I want to know what Php extensions need for WordPress? 🙄
1 Reply
Apr 12, 2020 2:10 pm
Hi, Welcome 🙂Â
You need to Install these extions - php7.3-fpm php7.3-mysql php7.3-common php7.3-xml php7.3-xmlrpc php7.3-curl php7.3-gd php7.3-imagick php7.3-cli php7.3-dev php7.3-imap php7.3-opcache php7.3-soap php7.3-zip php7.3-POSIX php7.3-Pspell php7.3-Sockets php7.3-Exif php7.3-Gettext php7.3-FTP php7.3-Iconv php7.3-json php7.3-curl php7.3-dom php7.3-bcmath php7.3-bz2 php7.3-gmp php7.3-readline php7.3-sqlite3 php-pearÂ
Simply type and enter
 sudo apt install php7.3-fpm php7.3-mysql php7.3-common php7.3-xml php7.3-xmlrpc php7.3-curl php7.3-gd php7.3-imagick php7.3-cli php7.3-dev php7.3-imap php7.3-opcache php7.3-soap php7.3-zip php7.3-POSIX php7.3-Pspell php7.3-Sockets php7.3-Exif php7.3-Gettext php7.3-FTP php7.3-Iconv php7.3-json php7.3-curl php7.3-dom php7.3-bcmath php7.3-bz2 php7.3-gmp php7.3-readline php7.3-sqlite3 php-pear -y