You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/pcre: simplify locale char table lookup and pattern info error handling
Use zend_hash_str_find_ptr/zend_hash_str_add_new_ptr for the locale
character tables hash, avoiding a temporary zend_string allocation.
Consolidate two pcre2_pattern_info calls with identical error handling
into a single conditional.
0 commit comments