Browsing tag

php

How To Install PHP 7.4 / 7.3 On CentOS 8 / RHEL 8

PHP is an open-source programming language widely for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. CentOS 8 / RHEL 8 comes with PHP v7.2 by default. In this post, we will see how to install PHP 7.4 / 7.3 on CentOS 8 / RHEL 8. […]

How To Install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9. Add PHP Repository SURY, a third-party repository […]

How To Install LEMP Stack on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Ubuntu 18.04 LEMP Stack consists of Linux, Nginx, MariaDB, and PHP. This stack is most widely used for hosting high traffic websites. Here, we will see how to install LEMP Stack on Debian 10 with PHP support (via PHP-FPM) and MariaDB support. Prerequisites […]