mirror of
https://github.com/danog/php.git
synced 2025-01-22 04:51:20 +01:00
Tianon Gravi
fef9f6ec8a
Add new "docker-php-ext-enable" script for more intelligent module enabling
This also updates `docker-php-ext-install` to invoke this script properly after successful extension compilation. If modules are determined to already be enabled, it'll skip them appropriately. This removes simple warnings like `PHP Warning: Module 'curl' already loaded in Unknown on line 0`, and enables things like `pecl install mongo && docker-php-ext-enable mongo`.
About this Repo
This is the Git repo of the official Docker image for php. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.
The full readme is generated over in docker-library/docs, specificially in docker-library/docs/php.
Languages
Shell
51.1%
Dockerfile
48.9%