---
title: "[RFC] Deprecations for PHP 8.6"
url: https://daily.dev/posts/rfc-deprecations-for-php-8-6-c3ar9ee4e
source_url: https://externals.io/message/131604
type: article
source: "externals.io"
published: 2026-06-29T18:42:13.921Z
updated: 2026-06-29T18:42:36.761Z
tags: ["php"]
reading_time: 54
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)** · 54 min read · 0 upvotes · 0 comments

## Summary

The PHP internals mailing list thread covers the RFC for deprecations planned for PHP 8.6, compiled over the past year by multiple contributors. Each deprecation will be voted on individually, with the RFC needing to be finalized by July 13th. A notable debate emerges around whether proposals should include formal impact analyses. Juliette Reinders Folmer argues it is irresponsible to vote without impact data, while Tim Düsterhus counters that deprecations are not breaking changes and that code-based impact analyses are inherently biased toward public Packagist packages. Rowan Tommins sides with Juliette, stating proposals without impact information will receive automatic 'No' votes. One concrete example shared is the 'return-in-finally' deprecation, where an analysis of ~5000 Composer packages found only 12 affected sites 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/131604>

## Similar posts on daily.dev

- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-lkza70myj) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-3kwl32pyb) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-fhrt9xoue) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-gtdwjoimu) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-vbzdb9n1b) · 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-c3ar9ee4e)
