---
title: "[RFC] [Discussion] Minimum supported versions for PHP 8.6"
url: https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-nsgpc7cnw
source_url: https://externals.io/message/131733
type: article
source: "externals.io"
published: 2026-07-03T14:11:28.279Z
updated: 2026-07-03T14:23:53.708Z
tags: ["php", "mysql"]
reading_time: 7
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] [Discussion] Minimum supported versions for PHP 8.6

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

## Summary

A PHP internals RFC discussion proposes minimum supported version requirements for PHP 8.6, specifically requiring autoconf for source builds and MySQL 5.7.3 or MariaDB 10.2.4 for persistent connections. The change is tied to adding COM_RESET_CONNECTION support to PDO and mysqlnd, which makes persistent connection behavior more predictable. During discussion, a community member discovered a connection leak when using PDO::ATTR_PERSISTENT with older MySQL versions (5.5.x) against the proposed implementation — each request opened a new connection instead of reusing the persistent one. The RFC author confirmed the leak exists but considers it a bug in the implementation rather than a flaw in the RFC itself.

## Full article

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

## Similar posts on daily.dev

- [\[RFC\] \[Discussion\] Minimum supported versions for PHP 8.6](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-rxdf7q3mc) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] \[Discussion\] Minimum supported versions for PHP 8.6](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-wczfvolay) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] \[Discussion\] Minimum supported versions for PHP 8.6](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-jvgibgcmn) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] \[Discussion\] Minimum supported versions for PHP 8.6](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-mxopqamnl) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] \[Discussion\] Minimum supported versions for PHP 8.6](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-l2caoykot) · externals.io · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/rfc-discussion-minimum-supported-versions-for-php-8-6-nsgpc7cnw)
