---
title: "[RFC] Deprecations for PHP 8.6"
url: https://daily.dev/posts/rfc-deprecations-for-php-8-6-zykxncmcf
source_url: https://externals.io/message/131662
type: article
source: "externals.io"
published: 2026-07-01T16:31:16.618Z
updated: 2026-07-01T16:31:40.863Z
tags: ["php"]
reading_time: 59
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# [RFC] Deprecations for PHP 8.6

**[externals.io](https://daily.dev/sources/externals)** · 59 min read · 0 upvotes · 0 comments

## Summary

PHP internals mailing list discussion about the RFC proposing a batch of deprecations for PHP 8.6. Gina P. Banyard announced the RFC, noting each deprecation will be voted on individually and the RFC must be frozen by July 13. A key debate emerged around whether proposals need formal impact analyses before voting. Juliette Reinders Folmer argued it is irresponsible to vote without impact data and offered to help using PHP_CodeSniffer and PHPCompatibility. Tim Düsterhus countered that impact analyses are inherently biased since they can only measure negative impact on existing code, not positive impact on the ecosystem or future developers. Rowan Tommins sided with Juliette, stating any proposal lacking impact information would receive an automatic 'No' vote. One concrete example shared: the 'return-in-finally' deprecation was analyzed across ~5000 top Composer packages, appearing in only 12 places across 9 packages (0.18%), with 3 being latent bugs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://externals.io/message/131662>

## Similar posts on daily.dev

- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-ogtwkylmm) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-ukfqw8rwq) · externals.io · 1 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-3v3jynsfd) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-53bp7rgzo) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-iokfxzw1s) · externals.io · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/rfc-deprecations-for-php-8-6-zykxncmcf)
