-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[BUG]: PECL build no longer working #16680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's the same for all: pecl or non-pecl, all builds are broken |
I was able to find a solution, need to set those flags before building: |
RUN export CFLAGS="$CFLAGS -DALPINE_LINUX=1 -fpermissive"; pecl -d php_suffix=${PHP_VERSION} install phalcon-${PHALCON_VERSION} | tee /tmp/phalcon.install.log didn't fixes the issue |
In my case, Ι set Tested with these versions:
|
Dockerfile with my fixes to silence most of repeating warnings and with required for Alpine dependencies and symlinks. It works: |
Building on docker using pecl was working before Christmas, now it doesn't work.
Steps to reproduce the behavior:
Docker image: php:8.3-fpm-alpine
The text was updated successfully, but these errors were encountered: