Today I made a (failed) upgrade from php 7.0 t0 7.2 and I noticed this error:
PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding()
Is there sth equivalent in php 7.2 to set in my code?
Today I made a (failed) upgrade from php 7.0 t0 7.2 and I noticed this error:
PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding()
Is there sth equivalent in php 7.2 to set in my code?