docker-images-php icon indicating copy to clipboard operation
docker-images-php copied to clipboard

A set of PHP Docker images

Results 45 docker-images-php issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Using this Dockerfile: ```docker ARG NODE_VERSION=12 FROM thecodingmachine/php:7.4-v4-slim-fpm ``` The build should be finished without error and having node 12 installed. ## Current Behavior The build process...

bug confirmed

I am trying to use php8 images but looks like memcashed extension is not working, I am getting this error: PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so'...

bug confirmed

I did a search for sqlsrv and couldn't find anything specific around installing this extension. Do you have any tips for installing? ``` ARG PHP_EXTENSIONS="mysqlsrv pdo_sqlsrv" FROM thecodingmachine/php:8.3-v4-apache ``` Didn't...

enhancement requested

## Expected Behavior Container PHP usage should work without any warnings and all the time. ## Current Behavior We randomly/often get warnings like these with the PHP containers: ``` $...

bug confirmed

Hello Everybody, I'm sorry because we haven't had lot of time to maintain these images from few month. We will start a new batch of feature and a new version...

help wanted
information

I would like to load the opentelemetry extension. I have not found a way in the readme. Has anyone already tried this and has any experience? Version: 8.2

enhancement requested

## Expected Behavior Assuming a Compose service `app` using this Docker image and `phpstan/phpstan` is installed via Composer, running its binary `vendor/bin/phpstan` should work without the path prefix `vendor/bin`: ```...

enhancement requested

Since docker now rate limits pulls from their registry, it would be helpful to have other sources the image is published to ## Expected Behavior I would like to be...

enhancement requested

Hi, first of all: thanks for these great images, I really love them an use them a lot! ## Problem definition In one of my prod instances I'm using the...

help wanted
bug confirmed

**Summary** This PR fixes/implements : * [ ] Bug * [X] Feature * [ ] Breaking changes Explain the **motivation** for making this change. What existing problem does the pull...

enhancement