Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Apr 13, 2023 · Backend Development

Setting Up a Full LAMP Stack on CentOS Stream 9 Using Aliyun Mirrors

This guide walks through installing CentOS Stream 9, configuring Aliyun and EPEL repositories, adding the Remi PHP 8.2 repo, and then deploying Nginx, PHP‑FPM, MySQL 8, Redis and supporting tools via Docker and DNF, all with fast domestic mirrors.

Aliyun MirrorsBackend DevelopmentCentOS Stream 9
0 likes · 11 min read
Setting Up a Full LAMP Stack on CentOS Stream 9 Using Aliyun Mirrors
21CTO
21CTO
Jan 19, 2023 · Backend Development

How PHP 8.2 and the PHP Foundation Are Shaping Web Development in 2023

This article reviews the rapid evolution of PHP over the past decade, highlights the role of the PHP Foundation, showcases new PHP 8.2 features with code examples, and analyses ecosystem statistics such as Packagist growth and framework adoption to illustrate why 2023 is a pivotal year for PHP developers.

Backend DevelopmentPHPPHP 8.2
0 likes · 10 min read
How PHP 8.2 and the PHP Foundation Are Shaping Web Development in 2023
21CTO
21CTO
Dec 21, 2022 · Backend Development

Tech Roundup: Musk Leaves Twitter, Google AI, Linux Zstd, GitLab Web IDE, PHP 8.2

Elon Musk announced his resignation as Twitter CEO following a poll, while Google’s Sundar Pichai highlighted AI’s broader impact and unveiled Google Lens handwriting recognition, Linux integrated Zstd 1.5.2 into kernel 6.2, GitLab released a Web IDE beta, and PHP 8.2 introduced readonly classes and new types.

Elon MuskGitLabGoogle AI
0 likes · 7 min read
Tech Roundup: Musk Leaves Twitter, Google AI, Linux Zstd, GitLab Web IDE, PHP 8.2
php Courses
php Courses
Dec 16, 2022 · Backend Development

PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support

PhpStorm 2022.3 introduces a previewable new UI, expanded Code Vision details, quick‑fix preview, improved PHPDoc rendering, enhanced quick documentation, date‑format tooltips, and comprehensive support for PHP 8.2 features such as readonly classes, deprecated dynamic properties, and DNF types.

Code VisionIDEPHP
0 likes · 5 min read
PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support
Laravel Tech Community
Laravel Tech Community
Dec 11, 2022 · Backend Development

New Features in PHP 8.2: Readonly Classes, DNF Types, Random Extension and Deprecation of Dynamic Properties

The article outlines the release of PHP 8.2, detailing its major additions such as readonly classes, DNF types, new standalone types (null, false, true), the Random extension, trait constants, and the deprecation of dynamic properties, while providing code examples and migration guidance.

BackendPHP 8.2dynamic properties
0 likes · 3 min read
New Features in PHP 8.2: Readonly Classes, DNF Types, Random Extension and Deprecation of Dynamic Properties