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
What's the point of using docker-php-ext-configure and docker-php-ext-install over pecl? I see people use it to install extensions that are available on pecl. Why manually clone a repository and configure if you can do it with just pecl install?