[GIT-PULLS] [php-src] PR #22889: streams: drop leading _ for most stream functions

[email protected] (Girgias) Sat, 25 Jul 2026 21:12:49 +0000
Newsgroups php.git-pulls
Message-ID <rUq04cPaui4MeeLsoP6pE2JFTSJBc90s2QP7AxPfD8E@main.internal.php.net>
Pull Request: https://github.com/php/php-src/pull/22889
Author: Girgias

The only macro versions being preserved are those passing STREAMS_DC in debug builds.

Symbols prefixed with `_` are actually reserved by C and thus should not be used in general.

This also makes determining usage of those functions *really* confusing, as it has no benefit, renaming the functions is fine.