[GIT-PULLS] [php-src] PR #22893: ext/intl: Fix Collator sort conversion error handling
[email protected] (LamentXU123) Sun, 26 Jul 2026 18:38:29 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22893 Author: LamentXU123 This fixes `Collator::sort()`, `collator_sort()`, `Collator::asort()`, and `collator_asort()` so string conversion failures during comparison are reported through the intl error mechanism instead of emitting a warning and continuing with an empty string.