79132344

Date: 2024-10-28 07:10:54
Score: 2
Natty:
Report link

Note that utf8_decode is deprecated in php8 and new versions of MariaDb do not allow anymore non-utf8 chars to be stored in text fields (fatal errors are returned). For now, waiting an ideal solution to avoid these fatal errors, i converted text tables fields types into blob type.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gilles Misslin