[php-src] master: Add UPGRADING.INTERNALS entry after function removal

Gina Peter Banyard <[email protected]> Sun, 19 Jul 2026 15:17:15 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Gina Peter Banyard (Girgias)
Date: 2026-07-19T16:17:09+01:00

Commit: https://github.com/php/php-src/commit/cfbe114468be9d0c66e41bb44f355dc95f6578b7
Raw diff: https://github.com/php/php-src/commit/cfbe114468be9d0c66e41bb44f355dc95f6578b7.diff

Add UPGRADING.INTERNALS entry after function removal

Changed paths:
  M  UPGRADING.INTERNALS


Diff:

diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 72ee0a1b2bed..237c3cb23781 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