How to List Installed PHP / PHP-FPM Extensions on Ubuntu 16.04 | 18.04
Few days ago I decided to upgrade PHP 7.2 to PHP 7.3 and all related extensions that are installed with PHP 7.2 supporting my WordPress websites...
Few days ago I decided to upgrade PHP 7.2 to PHP 7.3 and all related extensions that are installed with PHP 7.2 supporting my WordPress websites...
WordPress 5.0 and up comes with PHP 7.3-FPM support. If you’re running older versions of PHP-FPM, you can use the steps below to upgrade PHP to...
Have you noticed php-7.2 doesn’t support the mcrypt module anymore? Try installing it and you’ll get an error that the package can’t be found or there...
Almost all webmasters will want their websites and blogs to be the fastest. Making your users happy when they visit your sites should be your first...
Some applications do not yet support PHP 7.2. if you’re currently running applications that do not fully support PHP 7.2, you should probably downgrade to a...
In many cases, you’re going to see webmasters using Apache2 or Nginx with PHP and MariaDB to create a LAMP or LEMP stack. Well, this post...
If you’re going to be developing any PHP application, you’re mostly going to need PHP server scripts installed. PHP is an open source server scripting language...
PHP-FPM (FastCGI Process Manager) is an alternative to FastCGI developed to help PHP-based websites run faster. It’s designed to speed up PHP processors and scripts. If...