php
php copied to clipboard
Docker Official Image packaging for PHP
I can't rename the file *php.ini-development* to *php.ini* on a fresh container.  All of our images have the following command in their Dockerfiles and fail upon build. `RUN mv...
## The problem I'm using https://github.com/dunglas/symfony-docker to setup a new Symfony project. When I provide a wrong filename to `opcache.preload` option, the PHP interpreter does not found builtin function like...
Hello! The update from 8.2.14 to 8.2.15 removed the ftp extension (see https://github.com/docker-library/php/commit/751276957b1d2bc317cf5033f768fe37ce24d1fa), extension that needs to be statically compiled (see https://github.com/docker-library/php/issues/236) I believe that should not be removed in...
## Description We are running our dev environment with devspace on k3d cluster, and all services could reach each other on our domains (pod1.example.com) and (pod2.example.com), etc ... until we...
when i use curl with vendor guzzelhttp always fail this is error output ``` root@3bfcc3d6852c:/var/www/html# curl google.com curl: (6) getaddrinfo() thread failed to start ``` how to fix this?
After following PR https://github.com/docker-library/php/pull/1208 that removes `ENV PHP_EXTRA_CONFIGURE_ARGS`, it seems that there is no possibility to use additional flags in `configure` script. This is quite problematic in some cases (for...
Hi, this PR introduce dtrace variant of php image, but debian omly, it would be really problematic on alpine. Closes https://github.com/docker-library/php/issues/813
There have been two recent [security releases](https://httpd.apache.org/security/vulnerabilities_24.html) for Apache: - Apache 2.4.60 on 1 July 2024 - Apache 2.4.61 on 3 July 2024 However the [latest images](https://hub.docker.com/_/php/tags?page=2&page_size=&ordering=&name=apache) appear to be...