[GIT-PULLS] [php-src] PR #23293: Zend: Various refactor with `zend_hash_str_find_ptr_lc`
[email protected] (LamentXU123)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23293 Author: LamentXU123 `zend_hash_str_find_ptr_lc` is very useful in place we need to deal with lower case strings. Here we use it to replace the process of first creating the string, turn it to lower case and free it.