| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-15 | refactor(php-shim): take only the data argument in http_build_query | nsfisis | |
| `http_build_query` ignores `numeric_prefix` because a string-keyed slice never holds an integer key, and every caller passes `"&"` as the separator. Drop both parameters and hard-code the separator. Callers that pass a map of scalar literals to `http_build_query_mixed` no longer need to build an `IndexMap<String, PhpMixed>` for it, so move them to the slice form. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
| 2026-08-12 | docs(todo): retag TODO markers by root cause | nsfisis | |
| Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
| 2026-06-21 | feat(php-shim): implement http_build_query via serde_urlencoded | nsfisis | |
| 2026-06-21 | refactor(php-shim): split lib.rs | nsfisis | |
