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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: