---
title: "[RFC] Deprecations for PHP 8.6"
url: https://daily.dev/posts/rfc-deprecations-for-php-8-6-sv7druzih
source_url: https://externals.io/message/131501
type: article
source: "externals.io"
published: 2026-06-23T11:56:50.357Z
updated: 2026-06-23T11:57:18.359Z
tags: ["php"]
reading_time: 20
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)** · 20 min read · 0 upvotes · 0 comments

## Summary

The PHP internals mailing list thread covers the proposed RFC for deprecations in 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. Key discussion points include: concerns about missing impact analyses for most proposals (with the 'return-in-finally' deprecation being a positive exception, affecting only 0.18% of top Composer packages); debate over deprecating the `_()` alias for `gettext()` due to widespread use; controversy around deprecating `CURLOPT_PROGRESSFUNCTION` given its use in Guzzle and Symfony (with a suggestion to internally remap it to `CURLOPT_XFERINFOFUNCTION` instead); disagreement over deprecating 'let' as an identifier; and questions about the 'Deprecate ArrayIterator methods' proposal's vague optimization promises.

## Full article

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

## Similar posts on daily.dev

- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-bjo8pjfbc) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-dhapi0vul) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-nfhluxrze) · 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-sv7druzih)
