| by Scott Kilroy

How to Install Zend OPcache in Debian and Ubuntu

The post How to Install Zend OPcache in Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .This article was earlier written for APC (Alternative PHP Cache), but APC is deprecated and no longer working with PHP 5.4 onwards, n…

Share Button
Read More
| by Arround The Web

Protect your PHP Websites with CrowdSec, the Open-Source, Participative IPS for Linux

Discover CrowdSec, the open-source and crowd-powered cybersecurity solution for Linux and learn how it can help you secure your PHP websites.
The post Protect your PHP Websites with CrowdSec, the Open-Source, Participative IPS for Linux appeared first …

Share Button
Read More
| by Arround The Web

How to Install PHP 8.1 on Ubuntu 21.04

In this tutorial, I am going to show you how to install the current stable release of PHP 8.1 on Ubuntu 21.04. PHP is a general-purpose scripting language suitable for web development. Most websites out there are programmed using PHP language because it is: Fast – PHP is fast because it runs on its own […]

The post How to Install PHP 8.1 on Ubuntu 21.04 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Curl Commands in Linux: 15 Examples

This article explains how to use curl in Linux with 15 examples. The curl command is one of the most powerful and useful tools used by web developers as well as by PHP programmers and system administrators. Most commonly, it is used to transfer data between remote and local systems. Through this command, we can […]

The post Curl Commands in Linux: 15 Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

PHP 8.1 is Here Studded with Highly Requested Features

PHP 8.1 has been officially released and brings numerous innovations, such as enumerations, fibers, and performance improvements. Here’s what’s new.
The post PHP 8.1 is Here Studded with Highly Requested Features appeared first on Linux Tod…

Share Button
Read More
| by Arround The Web

Why PHP’s Foundation Matters

The PHP Foundation is an effort by 10 key PHP-dependent vendors to assure adequate funding to keep the popular scripting language viable.
The post Why PHP’s Foundation Matters appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install PHP 7.2/7.3/7.4 or 8.0 on Amazon Linux 2

While working with an application, I needed PHP 7.4 and 8.0 on Amazon Linux 2 EC2 and Lightsail instance. Here is how to install PHP version 7.2/7.3/7.4 or 8.0 on Amazon Linux 2 using the yum command.
The post How to Install PHP 7.2/7.3/7.4 or 8.0 on A…

Share Button
Read More
| by Arround The Web

PHP Established New Non-Commercial Organization PHP Foundation

Among the reasons behind the establishment of the PHP Foundation is that one of the key contributors, Nikita Popov, has decided to switch his focus away from PHP to LLVM.
The post PHP Established New Non-Commercial Organization PHP Foundation appeared …

Share Button
Read More
| by Arround The Web

How to Install Mysql Server 8 on Debian 11

MySQL is an open-source relational database management system. It’s one of the popular relational management systems. MySQL is commonly installed as part of the popular LAMP or LEMP (Linux, Apache/Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It implements the relational model and Structured Query Language (SQL) to manage and query data. In this guide, we are going to […]

The post How to Install Mysql Server 8 on Debian 11 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install PHP 8.1 on Ubuntu 20.04

In the following tutorial, you will learn how to import the Ondřej Surý PPA and install PHP 8.1 on Ubuntu 20.04 LTS Focal Fossa system.
The post How to Install PHP 8.1 on Ubuntu 20.04 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

MySQLDumper: A PHP and Perl Based MySQL Database Backup Tool

MySQL is one of the most popular databases in the world. This database can be installed on the Microsoft Windows platform besides of Linux platform. Why this database is so popular? It may be caused by its powerful feature set and that it’s free to use. As a database administrator, a database backup is really […]

The post MySQLDumper: A PHP and Perl Based MySQL Database Backup Tool appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Create Virtual Hosts, Password Protect Directories and SSL Certificates Using Nginx in Arch Linux

The previous Arch Linux LEMP article just covered basic stuff, from installing network services (Nginx, MySQL database and PhpMyAdmin) and configuring minimal security required for MySQL server and PhpMyadmin. This topic’s strictly related to the former installation of LEMP on Arch Linux and will guide you through setting more complex configurations for LEMP stack, especially […]

The post Create Virtual Hosts, Password Protect Directories and SSL Certificates Using Nginx in Arch Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install LEMP Stack with phpMyAdmin in Arch Linux

Generally, the term LEMP stack can be broken down to Linux, Nginx, MySQL/MariaDB, and PHP modules. All these listed components have a priceless contribution in mimicking the behavior of a production server.
The post How to Install LEMP Stack with phpMy…

Share Button
Read More
| by Arround The Web

PHPStan Has Reached version 1.0 After 6 Years of Development

Introducing static code analysis into your process should improve the quality of your code and make the QA process more efficient due to finding errors earlier on. PHPStan is a static analyzer for PHP focused on finding bugs in your code without actual…

Share Button
Read More
| by Arround The Web

How to Install sysPass Password Manager on Debian 11

sysPass is a web-based password management application written in PHP. It is secure, reliable, and runs in a multiuser environment for business and personal use. In this tutorial, I will show you how to install sysPass password manager on Debian 11.
Th…

Share Button
Read More
| by Arround The Web

10-Year-Old PHP-FPM Local Privilege Escalation Vulnerability Discovered

Security researchers are warning that a PHP-FPM local privilege escalation vulnerability impacting PHP could put millions of websites at risk. The vulnerability allows a low-privilege user to escalate his privileges to root using a bug in PHP-FPM.
The …

Share Button
Read More
| by Arround The Web

10-Year-Old PHP-FPM Local Privilege Escalation Vulnerability Discovered

Security researchers are warning that a PHP-FPM local privilege escalation vulnerability impacting PHP could put millions of websites at risk. The vulnerability allows a low-privilege user to escalate his privileges to root using a bug in PHP-FPM.
The …

Share Button
Read More
| by Arround The Web

How to Install PHP Composer on Debian 11

PHP Composer is a dependency manager for PHP. In this tutorial, we will show you how to install Composer on Debian 11. All the steps should work on other Debian-based distributions as well.
The post How to Install PHP Composer on Debian 11 appeared fir…

Share Button
Read More
| by Arround The Web

How to Install WordPress with LEMP (Nginx, MariaDB, and PHP) on Debian 11 Bullseye

In the following tutorial, you will learn how to install self-hosted WordPress using the latest Nginx, MariaDB, and PHP versions available.
The post How to Install WordPress with LEMP (Nginx, MariaDB, and PHP) on Debian 11 Bullseye appeared first on Li…

Share Button
Read More
| by Arround The Web

What Is LAMP Stack? What Is LAMP Used For?

The LAMP stack is a popular software bundle using open source components to build and deliver web applications. Developers know LAMP because it has been a basis for web development since the late 1990s. With open-source tools for an operating system (Linux), web server (Apache), database server (MySQL), and programming language (PHP), the stack is an efficient and […]

The post What Is LAMP Stack? What Is LAMP Used For? appeared first on Linux Today.

Share Button
Read More