B
B
blantcat2018-11-09 12:09:22
PHP
blantcat, 2018-11-09 12:09:22

What is the difference between docker-php-ext-configure and docker-php-ext-install?

Tell me, please, what is the difference between these commands when installing php extensions? When to use docker-php-ext-install $ext, and when to use a bundle:
docker-php-ext-configure $ext
docker-php-ext-install $ext
I did not find detailed information in the manuals.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2018-11-09
@OnYourLips

I did not find detailed information in the manuals.
Did you search? From the very first link you can see what they are doing.
https://github.com/docker-library/php/blob/master/...
https://github.com/docker-library/php/blob/master/...
The first prepares the build environment (phpize)
The second collects the extension (make)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question