php
php copied to clipboard
Docker Official Image packaging for PHP
Resolves #1317, #249 To echo [this statement](https://github.com/docker-library/php/issues/249#issuecomment-507621547) from @okdewit, I have a Symfony application using the PHP Parallel API that I cannot run correctly under FPM without ZTS. It's not...
PECL use is currently supported, but PECL by default does not support parallel compilation like the -j option, and huge extensions such as gRPC take a huge amount of build...
When a container FROM php:8.0-apache is created and hit on port 80 (out of the box) the first result is a 403, probably because there is no default document and...
PECL not working in php:7.4-fpm-alpine up from php:7.3-fpm-alpine due to DNS issue with pecl.php.net
After changing from php:7.3-fpm-alpine to php:7.4-fpm-alpine, the `pecl install` command stopped working. The error given in the docker build process is: `No releases available for package "pecl.php.net/redis"` for `RUN pecl...
It will be useful when investigating PHP segmentation. For now, we have to build a custom image for this purpose. What do you think about it?
I understand that #879 likely won't be solved any time soon but I'd like to at least add a support for an ARG so that I can easily checkout this...
locale_get_display_name does not work as expected by default in Alpine Linux 3.16 based PHP images
The latest PHP images based on Alpine Linux now use Alpine Linux v3.16. In v3.16, Alpine Linux has split the ICU package in two: `icu-data-en` and `icu-data-full`. Only the `icu-data-en`...
Hello, I just came across the PR #1259 and the issue #1257 after wondering why the phpdbg has suddenly disappeared from images like `php:7.4-fpm-alpine3.14`. While I understand the point of...
Partly a duplicate of #412 and related to #769. The adminer image has alpine based variants, because it is a mostly batteries included image for development purposes. What it doesn't...
`strip --strip-all` is present on two places, in https://github.com/docker-library/php/pull/1278, it was made conditional for modules, this PR makes it conditional also for the main binaries