Tianon Gravi
511db0eb59
Fix "ouptut" typo from https://github.com/docker-library/php/pull/497
2017-09-19 17:03:52 -07:00
Joe Ferguson
8515b3c5e1
Apply module explanation to all versions
2017-09-19 15:49:04 -07:00
Tianon Gravi
6844e717a5
Add explicit "--build" to our "./configure" invocations
2017-05-10 11:14:13 -07:00
Joe Ferguson
9f2e76eeba
Update.sh: apply "CFLAGS -> PHP_CFLAGS" to all the things
2016-12-12 15:21:44 -08:00
Tianon Gravi
eb00aa86a2
Update all variants via ./update.sh
2016-12-06 11:51:38 -08:00
Tianon Gravi
d6b446a77a
Apply update.sh
2016-08-09 14:32:13 -07:00
Joe Ferguson
f016f5dc42
Run update.sh
2016-07-12 17:15:01 -07:00
Sébastien HOUZÉ
8344a7fdb4
Run update.sh to make the feature available.
2016-06-12 10:58:09 +02:00
Tianon Gravi
0d23b3d087
Apply update.sh
2016-03-18 10:57:54 -07:00
Tianon Gravi
2c5880107a
Add new docker-php-ext-*
scripts for magic
...
For example, the following makes WordPress work:
```Dockerfile
RUN apt-get update && apt-get install -y libpng12-dev && rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-install gd \
&& apt-get purge --auto-remove -y libpng12-dev
RUN docker-php-ext-install mysqli
```
2014-11-11 13:17:28 -07:00