Ubuntu is a widespread Linux distribution created by Canonical. It is a free and open-source Linux operation system that functions as an alternative to operating systems like Windows and macOS. Now you want to remove PHP 7.4 in ubuntu from ...
Home/php
ITtutoria Latest Articles
How to downgrade or install a specific version of Composer?
Sometimes you need to utilize a particular version of Composer for many reasons, such as to repair an error or because you just do not want to switch to another version while working on your project. Notice that we immediately ...
“Array and string offset access syntax with curly braces is deprecated” – How To Fix It?
“Array and string offset access syntax with curly braces is deprecated” is a fairly common error that programmers can make. Don’t worry, this article will offer you some effective solutions to fix that error. First, let’s start with how it ...
“PHP Warning: PHP Startup: Unable to load dynamic library ‘pdo_mysql.so’” – How To Solve It?
Have you ever encountered a warning message: “PHP Warning: PHP Startup: Unable to load dynamic library ‘pdo_mysql.so’” in PHP when you were trying to check the version? If your answer is yes then keep reading this article because it will ...