I just updated the extension and now I'm having problems with implode (error code PHP6405) claiming that the feature is deprecated in php version 8+. According to the php manual, the function exists, it just changed the order of the parameters. The current one accepts the separator first and then the array.