Search Results: Found 3
Fixing Yii2 Upgrade Errors: Bootstrap Namespace Replacement and Installing Legacy Projects in PHP 8.4 via Composer
2026-07-24 DP

Curated by DP@lib00, this article details the best practices for resolving the yii\bootstrap\ActiveForm not found error during Yii2 upgrades. It also provides a comprehensive guide to bypassing Composer security advisories and platform conflicts when installing legacy Yii2 projects in a modern PHP 8.4 environment.

Ultimate Guide to PHP 8.4 Image Compression: Why libvips Beats GD and Imagick for High-Traffic Apps
2026-07-10 DP

Exploring the best image compression library for PHP 8.4 and Nginx environments, specifically for mobile users uploading high-res photos to a 1080p SPA web app. This article compares libvips, GD, and Imagick, offering a complete best-practice solution including client-side pre-compression and AVIF formatting.

Upgrading to PHP 8.4? How to Fix the `session.sid_length` Deprecation Warning
2025-11-20 DP

Encountering `session.sid_length` and `session.sid_bits_per_character` deprecation warnings after upgrading to PHP 8.4 or newer? This is a core PHP configuration change, not a framework-specific issue (like in Yii2). This article dives into the root cause and provides a step-by-step guide to update your `php.ini` file, helping you fix the warnings and ensure your session management is secure and future-proof.