Skip to content

Document the ASCII case folding requirement#95

Merged
GrahamCampbell merged 1 commit into
2.0from
agents-ascii-case-note
Jul 11, 2026
Merged

Document the ASCII case folding requirement#95
GrahamCampbell merged 1 commit into
2.0from
agents-ascii-case-note

Conversation

@GrahamCampbell

Copy link
Copy Markdown
Member

PHP's case-conversion functions honor LC_CTYPE before PHP 8.2, and the ecosystem-wide sweep converting every call site to locale-independent ASCII folds (guzzle/psr7#851 and siblings) added a corresponding AGENTS.md rule to the packages it touched. This adds the same rule here preventively so future code follows it, mandating the GuzzleHttp\Psr7\Utils helpers this package can already reach through its psr7 dependency.

@GrahamCampbell GrahamCampbell merged commit b011d04 into 2.0 Jul 11, 2026
22 checks passed
@GrahamCampbell GrahamCampbell deleted the agents-ascii-case-note branch July 11, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant