| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-21 | feat(php-shim): implement array sort/merge/unique/splice helpers | nsfisis | |
| Implement array_unique, array_splice, array_merge_recursive, krsort, ksort, asort, sort_with_flags and sort_natural_flag_case, plus the strnatcmp/strnatcasecmp port they rely on. Drop array_key_last and array_splice_mixed in favour of existing helpers at the call sites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-21 | refactor(php-shim): split lib.rs | nsfisis | |
