How to install PHP Mcrypt extension on Ubuntu 20.04 or Debian

Install php Mcrypt Extension on Ubuntu 20.04

What is the PHP Mcrypt extension? PHP Mcrypt extension provides encryption facilities to web applications that need the functionality of modern algorithms such as AES. This extension works as an interface to the Mcrypt’s libmcrypt library which implements all the algorithms and modes found in …

Read more

How to install Apache, MySQL and PHP on AlmaLinux 8

Apache HTTP server test on AlmaLinux

LAMP is a stack of open-source software to provide a fully functional web server environment for various PHP and other web applications. LAMP stands for Linux, Apache, MySQL, PHP/Perl/Python, and here we learn how to install them on CentOS alternative AmlaLinux 8.x server. The basic …

Read more

Steps to install PHP 8 on Debian Server 10 | 9

Command to install PHP 8 on Debian 10 or 11 Linux

Let’s test various web applications by installing PHP 8.0 on Debian 10 Buster or Debian 11 Bullseye Linux server using command line terminal… PHP is a widely used server-side programming language that means it can perform actions on servers such as establishing connections to a …

Read more