Released: 2026-03-14. Diff.
Version rationale: patch for additive PHP array expansion plus release-flow automation without import-model or runtime floor changes.
CI
- Automated GitHub release-page creation in the tag workflow by extracting notes from the matching
CHANGELOG.mdversion section, while keeping reruns idempotent when npm or the GitHub release object already exists.
Expansion
- Added
php/array/array_key_firstandphp/array/array_key_last, including sparse-array behavior and pointer-neutral semantics that match current PHP more closely.