mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The provided domain could be a non ascii value even if not supposed to, in the error reported case was of 4 code points long but domain is "empty" leading to a NULL return. It worked up to 8.3 "by accident" before the zend_string conversion and check prior for emptiness. close GH-17402