Update dependencies

This commit is contained in:
Kijin Sung 2025-08-13 21:19:10 +09:00
parent fad0bc9153
commit 4497b68366
37 changed files with 503 additions and 502 deletions

View file

@ -66,11 +66,7 @@ if (extension_loaded('mbstring')) {
}
} else {
if (!function_exists('iconv_strlen')) {
if (extension_loaded('xml')) {
function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen1($string, $encoding); }
} else {
function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen2($string, $encoding); }
}
function iconv_strlen($string, $encoding = null) { return p\Iconv::iconv_strlen($string, $encoding); }
}
if (!function_exists('iconv_strpos')) {