Yes
Server operating system + version
Debian 13
Server virtualization technology used
none
KeyHelp version + build number
26.0
Problem description / error messages
intl extension not loaded by default for addition php interpreters
Code: Select all
/opt/keyhelp/php/8.4/bin/php -m Code: Select all
/opt/keyhelp/php/7.4/bin/php -mCode: Select all
/opt/keyhelp/php/7.4/bin/php -mActual result
Code: Select all
$ /opt/keyhelp/php/7.4/bin/php -m | grep -i intlSteps to reproduce
see above
I also tested with PHP script
Code: Select all
echo "INT: ", extension_loaded('intl') ? 'LOADED' : 'MISSING', '<br>';Can you confirm the intl extension is not loaded by default for all key help installed php interpreters?
Extension module is loaded by default PHP in the Debian distribution:
Code: Select all
/usr/bin/php -m | grep -i intlIF module is not loaded by the Keyhelp install script, (which is obfuscated, so I cannot read content), how do I add this specific extension for every additional KeyHelp PHP interpreter? I need the Intl module for mediawiki installation upgrade