docker-php
docker-php copied to clipboard
🧰 Adding common PHP extensions to some of the official PHP Docker images.
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...
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...
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