mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
Update dependencies
This commit is contained in:
parent
fad0bc9153
commit
4497b68366
37 changed files with 503 additions and 502 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue