Commit Graph

14 Commits

Author SHA1 Message Date
Joe Ferguson
9f2e76eeba Update.sh: apply "CFLAGS -> PHP_CFLAGS" to all the things 2016-12-12 15:21:44 -08:00
Tianon Gravi
1739456703 Minor whitespace fix 2016-12-06 11:55:48 -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
47abb34bbf Apply update.sh 2016-05-23 14:29:30 -07:00
Natanael Copa
1ca3e1d22a Apply update.sh 2016-05-20 16:17:45 +02:00
Tianon Gravi
0d23b3d087 Apply update.sh 2016-03-18 10:57:54 -07:00
Tianon Gravi
a9f7fed15b Run update.sh 2015-12-09 11:11:53 -08:00
Tianon Gravi
8dc762e718 Run update.sh 2015-08-04 16:04:42 -07:00
Joe Ferguson
58559e7dec Run update.sh for docker-php-ext-install fixes 2015-05-28 13:27:42 -07:00
Jared Markell
58c3fd175c Load opcache as a zend_extension. 2014-11-20 15:08:14 -08: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