Testing the new PHP extensions UI, I can't find the mailparse extension that I manually installed for php8.2.
Checking the php extensions directory for 8.2, I see the mailparse.so file and it seems to be working for an application, but I can't find it in the new extensions UI.
I also tried to reinstall it using /opt/ecp-php82/bin/pecl install mailparse which was successful.
I see the extension is there:
ll /opt/ecp-php82/lib/php/extensions/no-debug-non-zts-20220829
-rw-r--r-- 1 root root 250K Apr 3 11:03 mailparse.so
But doing php -m it doesn't show up: /opt/ecp-php82/bin/php -m | grep mailparse
This extension is working fine within a website that's actively using it.. doing php -m inside a container it does show up.
Is there a step I'm missing? Do I need to add it in php.ini first.