Skip to content
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

php-ext-install soap error #286

Open
emyfr opened this issue Nov 27, 2024 · 1 comment · May be fixed by #291
Open

php-ext-install soap error #286

emyfr opened this issue Nov 27, 2024 · 1 comment · May be fixed by #291
Assignees
Labels
bug Something isn't working

Comments

@emyfr
Copy link

emyfr commented Nov 27, 2024

Hi, I need to to build a image with soap module.

When I try to launch: 'docker-php-ext-install soap' I get the following error:

In file included from /usr/src/php/ext/soap/soap.c:22:
/usr/src/php/ext/soap/php_soap.h:24:10: fatal error: ext/standard/info.h: No such file or directory
24 | #include "ext/standard/info.h"

I tried to do the same with the php:8.1-apache image and everything works fine.

Thanks
Emiliano

@pabzm pabzm added the bug Something isn't working label Dec 3, 2024
@pabzm
Copy link
Member

pabzm commented Dec 3, 2024

Thank you for you report! I can confirm that this is broken. In :1.6.8-apache it works, so something broke it in between.

@pabzm pabzm self-assigned this Dec 3, 2024
@pabzm pabzm linked a pull request Dec 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants