[GIT-PULLS] [php-src] PR #22793: stream: remove php_stream_fopen_with_path() function

[email protected] (Girgias) Fri, 17 Jul 2026 17:58:42 +0000
Newsgroups php.git-pulls
Message-ID <[email protected]>
Pull Request: https://github.com/php/php-src/pull/22793
Author: Girgias

It is unused as shown by the following Sourcegraph searches:
- https://sourcegraph.com/search?q=context:global+_php_stream_fopen_with_path+-f:plain_wrapper.c+-:php_streams.h&patternType=keyword&sm=0
- https://sourcegraph.com/search?q=context:global+php_stream_fopen_with_path+-f:plain_wrapper.c+-:php_streams.h&patternType=keyword&sm=0

This function is also somewhat problematic as it can truncate paths.