Closed salfter closed 9 months ago
What the different between docker-php-ext-install
and docker-php-ext-enable
?
What the different between
docker-php-ext-install
anddocker-php-ext-enable
?
I don't know offhand. All I did was add a previously-undeclared dependency while trying (and failing) to get Friendica working under Docker. Previously, it was failing to start because of a missing dependency. After that, I ran into trouble getting Nginx to proxy it, whether with the Apache or PHP-FPM builds.
Update: https://hub.docker.com/_/php indicates that docker-php-ext-enable is for PECL extensions installed by the underlying system, while docker-php-ext-install is for extensions that are part of PHP that can be disabled/enabled when PHP is built.
Thank you for your work!
The current stable images are missing the IntlChar PHP module. This fixes that.