A recursive acronym for PHP HyperText Preprocessor, PHP is an open-source and widely used server-side scripting language for developing static and dynamic websites. It is the core of most blogging systems such as WordPress, Drupal, Magento, and business platforms such as Akaunting. PHP 7.x came into the picture in 2015 with the release of PHP
PHP - DesignLinux
How to Install Latest PHP 8.0 on Rocky Linux 8
PHP 8.0 was officially released back on November 26, 2020, and is a major update to PHP 7.4. At the time of publishing this guide, the latest stable release is PHP 8.0.8, which was released on July 1, 2021. PHP 8.0 provides some groundbreaking optimizations and features which include: Match expressions Nullsafe operator Union Types
How To Prevent PHP-FPM From Consuming Too Much RAM in Linux
If you have deployed a LEMP (Linux, NGINX, MySQL/MariaDB, and PHP) stack, then you are probably using FastCGI proxying within NGINX (as an HTTP server), for PHP processing. PHP-FPM (an acronym of FastCGI Process Manager) is a widely-used and high-performance alternative PHP FastCGI implementation. Here are the useful guides on setting up LEMP Stack in
How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu
PHP (recursive acronym for PHP: Hypertext Preprocessor) is an open-source, popular general-purpose scripting language that is widely-used and best suited for developing websites and web-based applications. It is a server-side scripting language that can be embedded in HTML. Currently, there are three supported versions of PHP, i.e PHP 5.6, 7.0, and 8.0. Meaning PHP 5.3,
How to Install PHP 8 on CentOS/RHEL 8/7
PHP is a popular open-source server-side scripting language that is integral in developing dynamic webpages. PHP 8.0 is finally out and was released on November 26th, 2020. It promises lots of improvements and optimizations which are set to streamline how developers write and interact with PHP code. In this guide, you will learn how to
How to Install PHP 8.0 on Ubuntu 20.04 / 18.04
PHP is arguably one of the most widely used server-side programming languages. It’s the language of choice when developing dynamic and responsive websites. In fact, popular CM platforms such as WordPress, Drupal, and Magento are based on PHP. At the time of penning down this guide, the latest version of PHP is PHP 8.0. It
How to Install Composer on CentOS 8
Composer is the most popular package management program for PHP, that offers a standard form for managing dependencies of PHP applications and needed libraries that your project relies on and it will manage (install/update) them for you easily. Composer is a command-line program that installs dependencies and libraries for applications that are available on packagist.org,