I’m installing v9.2.0 onto a fresh (local) Ubuntu 22.04 box for my dev environment, and setup is showing red on the “Internationalization Support”. The help bubble tells me to activate ctype, iconv, and multibyte string (mbstring) in PHP, but a quick check of PHP shows all are enabled. What am I missing??
x:/var/www$ php -m
[PHP Modules]
calendar
Core
**ctype**
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
hash
**iconv**
intl
json
libxml
**mbstring**
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
random
readline
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
TIA!