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

Closed
emyfr opened this issue Nov 27, 2024 · 2 comments · Fixed by #291
Closed

php-ext-install soap error #286

emyfr opened this issue Nov 27, 2024 · 2 comments · 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 closed this as completed in #291 Dec 6, 2024
@pabzm
Copy link
Member

pabzm commented Dec 6, 2024

@emyfr This should be fixed with the images that are currently building. If you still have problems, please let us know!

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