<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h" -->

---
title: [RFC] Deprecations for PHP 8.6 | daily.dev
description: The PHP internals mailing list thread covers the RFC for deprecations planned in PHP 8.6, compiled from proposals submitted over the past year. Each...
canonical: https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: [RFC] Deprecations for PHP 8.6 | daily.dev
og:description: The PHP internals mailing list thread covers the RFC for deprecations planned in PHP 8.6, compiled from proposals submitted over the past year. Each...
og:url: https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h
og:image: https://api.daily.dev/og/posts/cAqIY078h.png
og:image:alt: [RFC] Deprecations for PHP 8.6
og:image:width: 1200
og:image:height: 630
og:locale: 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)** · 48 min read · 0 upvotes · 0 comments

## Summary

The PHP internals mailing list thread covers the RFC for deprecations planned in PHP 8.6, compiled from proposals submitted over the past year. Each deprecation will be voted on individually, with the RFC needing to be finalized by July 13th. A notable debate emerges around the lack of impact analysis for most proposals — Juliette Reinders Folmer calls it irresponsible, while Tim Düsterhus argues impact analyses are inherently biased since they can't capture positive ecosystem effects. Osama Aldemeery shares a concrete analysis for the 'return-in-finally' deprecation, finding it affects only 12 places across 9 Composer packages (~0.18%), with 3 being actual latent bugs. Rowan Tommins sides with Juliette, stating he'll vote 'No' on any proposal lacking impact information. The thread also touches on specific proposals like deprecating CURLOPT_PROGRESSFUNCTION, 'let' as an identifier, is_long(), and returning from finally blocks.

## Full article

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

## Similar posts on daily.dev

- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-rodpx81cb) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-uc3f8ijk8) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-imsrebham) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-94xhc780g) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Deprecations for PHP 8.6](https://daily.dev/posts/rfc-deprecations-for-php-8-6-fjmnbkbtd) · 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-caqiy078h)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"[RFC] Deprecations for PHP 8.6","url":"https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h"},"datePublished":"2026-06-29T17:45:42.959Z","dateModified":"2026-06-29T17:46:08.358Z","description":"The PHP internals mailing list thread covers the RFC for deprecations planned in PHP 8.6, compiled from proposals submitted over the past year. Each...","image":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","thumbnailUrl":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","isAccessibleForFree":true,"articleSection":"externals.io","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"externals.io","logo":"https://media.daily.dev/image/upload/s--9i0zxASK--/f_auto,q_auto/v1780213616/logos/externals?_a=BAMAMiWQ0","url":"https://daily.dev/sources/externals"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/rfc-deprecations-for-php-8-6-caqiy078h","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"php","timeRequired":"PT48M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"externals.io","item":"https://daily.dev/sources/externals"},{"@type":"ListItem","position":3,"name":"[RFC] Deprecations for PHP 8.6"}]}
```

