You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed mbstring in docker docker-php-ext-install mbstring and then trying to install mailparse pecl install mailparse-2.1.6. pecl result in pecl/mailparse requires PHP extension "mbstring". After grep mbstring from php -i, it does display mbstring result. Anyone know how to enable pecl or pear to load mbstring?