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

🧰 Adding common PHP extensions to some of the official PHP Docker images.

Results 7 docker-php issues
Sort by recently updated
recently updated
newest added

Bug ? Notice ? pecl-event registers class Event::class laravel has own "Facade" system and register Event as `Illuminate\Support\Facades\Event::class` but can not, pecl-event has already done this Laravel's `Event::dispatch(something)` ends with...

The official image available for PHP 5.6 is no longer updated, as PHP 5.6 has reached EOL status. The image was last rebuilt ```2019-01-23T00: 05: 39.53748511Z```. This means that both...

mainteinance

So as mentioned in #31, I kind of dislike that changes like new extensions etc get pushed into old tags and potentially break old projects or make the version I...

mainteinance

This repository lacks of some community guidelines.

mainteinance

Hi, we use chialab/php-dev:8.2 image in our development environments for unittest pipelines. our composer json like ..... "ext-json": "*", "ext-ftp": "*", "ext-curl": "*", "ext-pdo": "*", "ext-soap": "*", "ext-intl": "*", "ext-simplexml":...

This would be good for those using laravel expecially has horizon requires this

In all my projects i use mongo and i belive its very common lib and would be a good addition