0

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?

centurian
  • 1,168
  • 13
  • 25
  • Current setting: \mb_internal_encoding("UTF-8"); – centurian Jan 11 '19 at 12:04
  • http://php.net/manual/en/mbstring.installation.php – deceze Jan 11 '19 at 12:21
  • I don't want to compile sources but use Ubuntu 16 source packages by adding repository "sudo add-apt-repository ppa:ondrej/php". What are my options there? – centurian Jan 11 '19 at 13:41
  • You probably want to install `php7.2-mbstring` then. If that's not it, try asking specifically at https://askubuntu.com or http://serverfault.com. – deceze Jan 11 '19 at 13:47

0 Answers0