---
title: "[RFC] Deprecations for PHP 8.6"
url: https://daily.dev/posts/rfc-deprecations-for-php-8-6-dhapi0vul
source_url: https://externals.io/message/131487
type: article
source: "externals.io"
published: 2026-06-22T23:57:46.604Z
updated: 2026-06-23T00:04:46.173Z
tags: ["php"]
reading_time: 16
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)** · 16 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. Key discussion points include: a call for proper impact analyses for each proposal (with the 'return-in-finally' deprecation cited as the only positive example, affecting just 0.18% of top Composer packages); controversy over deprecating the _() alias for gettext() due to widespread use; debate over deprecating 'let' as an identifier; questions about CURLOPT_PROGRESSFUNCTION deprecation (already deprecated in libcurl since 7.32.0, with CURLOPT_XFERINFOFUNCTION as replacement); and concerns about deprecating ArrayIterator methods and by-reference return modifier changes via inheritance.

## Full article

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

## 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-i3njfjs6n) · 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-dhapi0vul)
