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 tried to install using pecl, curl, pickle and some other suggested ways I found on the internet, but with no success. Is this extension really available for php8?
This work:
RUN apk --no-cache add \
php8 \
php8-curl
But...
RUN apk --no-cache add \
php8 \
php8-ds #or php8-pecl-ds
Not work.
I tried using this another way. No error occurs, I assume I have it installed, but I can't use the extension.
I don't know if I need to do anything else. I would like some help with that.