PHPは既定のPHP 7.4.3を入れている前提です。これまでCentOS 7で開発していたPHP Extensionを、Ubuntuでビルドしようとした際にエラー(Warning)が出ました。 warning: implicit declaration of function ‘php_mb_convert_encoding’ [-Wimplicit-function-declaration] 199 | php_mb_convert_encoding(input, len, to_enc, from_enc, out_len) ざっくり言うと「php_mb_convert_encoding…