asm11/php8-apache-soap

By asm11

Updated almost 2 years ago

PHP 8 with Apache, SOAP enabled

Image
Networking
0

10K+

asm11/php8-apache-soap repository overview

This image extends the official php:8-apache image with the SOAP-module, running in the context of user www-data.

Please note that this image is mainly intended for my personal use and that there is no guarantee I will update it regularly with the official php8-image! The tag represents the date of the last update. Current PHP-Version is 8.3.11.

If you need a more up-to-date-solution, here's my Dockerfile:

FROM php:8-apache
RUN set -eux; \
 mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"; \
 rm /etc/apt/preferences.d/no-debian-php; \
 apt update -yqq && apt -y install libxml2-dev php-soap; \
 docker-php-ext-install soap; \
 docker-php-ext-enable soap
USER www-data

Tag summary

Content type

Image

Digest

sha256:da6e8b1c0

Size

203.8 MB

Last updated

almost 2 years ago

docker pull asm11/php8-apache-soap