[GIT-PULLS] [php-src] PR #22879: Refactor various raw C-string concatenation to use existing API
[email protected] (LamentXU123) Fri, 24 Jul 2026 14:13:01 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22879 Author: LamentXU123 In #21607 we introduce several inline helpers for raw C-string concatenation. This PR use them to refactor several manual C string construction.