[GIT-PULLS] [php-src] PR #23324: Resolve UConverter callbacks after clone
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23324 Author: iliaal UConverter::__construct() fills to_cache/from_cache. clone only retargeted the ICU C callbacks and left those FCCs zeroed, so the first callback-worthy convert called zend_call_known_fcc on a NULL handler. Resolve both caches on the clone.