commit cfbe114468be9d0c66e41bb44f355dc95f6578b7
Author: Gina Peter Banyard <girgias@php.net>
Date: Sun Jul 19 16:17:09 2026 +0100
Add UPGRADING.INTERNALS entry after function removal
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 72ee0a1b2be..237c3cb2378 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -140,6 +140,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
file descriptors using the most efficient platform primitive available
(sendfile, splice, copy_file_range, TransmitFile), and is now used by
php_stream_copy_to_stream_ex(). The mmap-based copy fallback was removed.
+ . The {_}php_stream_fopen_with_path() functions have been removed as they are
+ unused.
========================
2. Build system changes