Posts Tagged: deprecation
-
Handling Deprecated Functions When Upgrading PHP
Learn how to identify and handle deprecated PHP functions when upgrading your PHP version. Discover strategies for finding deprecations, replacing them with modern alternatives, and ensuring a smooth upgrade process.
-
Package Deprecation: A Developer's Guide to Finding Alternatives
Your project depends on a package that's now deprecated. What's next? Learn how to handle package deprecation and find reliable alternatives to keep your PHP projects secure and modern.
-
Symfony Deprecation Helper for Smooth Upgrades
Learn how to use Symfony's deprecation helper and tools like PHPStan, Rector, and phpunit-bridge to manage deprecations and ensure smooth Symfony upgrades.