int(5)
int(5)
string(2) "us"
string(2) "us"
string(3) "er_"
string(3) "er_"
int(10)
int(5)
string(2) "Л"
string(4) "Ло"
string(8) "орем"
string(6) "рем"
This breaks your database because of the invalid char:
string(7) "�рем"
string(4) "ем"
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.