TAG ARCHIVE
Everything on deprecation.
2 articles tagged deprecation, sorted newest first.
php
PHP 8.5 Attributes on Constants: A Real Deprecation Path at Last
PHP 8.5 finally lets attributes target global constants, so #[\Deprecated] works on them — and on traits. Here is what actually changed, and what will break if you ship it too early.
7 min read →
php
Deprecate Your Own Code with PHP 8.4's #[\Deprecated] Attribute
PHP 8.4's #[\Deprecated] attribute turns invisible docblock deprecations into real runtime warnings that reflection and static analysis can see. Here's how to use it in a Laravel package.
6 min read →