Commit Graph

67 Commits

Author SHA1 Message Date
Docker Library Bot
3632e1e8ce Update to 5.6.31 2017-07-07 00:46:46 +00:00
Docker Library Bot
3ee1cd8287 Update to 5.6.30 2017-06-28 18:46:34 +00:00
Tianon Gravi
eadc27f12c Account for DEB_BUILD_MULTIARCH vs DEB_BUILD_GNU_TYPE disparity
```
DEB_BUILD_GNU_TYPE=i586-linux-gnu
DEB_BUILD_MULTIARCH=i386-linux-gnu
```
2017-06-12 11:04:00 -07:00
Tianon Gravi
c48c629568 Explicitly invoke "pecl update-channels" at build time to ensure our channel definitions are up-to-date 2017-05-31 15:04:31 -07:00
Joe Ferguson
76a1c5ca16 Sort apt/apk package lines 2017-05-12 13:03:16 -07:00
Eugene Kirillov
87a95b77fb Add PCRE lib to PHPIZE_DEPS 2017-05-12 15:57:15 +03:00
Tianon Gravi
6844e717a5 Add explicit "--build" to our "./configure" invocations 2017-05-10 11:14:13 -07:00
OKUMURA Takahiro
75854bb7e9
Update to php 5.6.30 2017-01-20 12:46:20 +09:00
yosifkit
b66c0fa028 Merge pull request #349 from infosiftr/docker-php-entrypoint
Add simple initial entrypoint for supporting "docker run php --flags"
2016-12-15 16:12:25 -08:00
Tianon Gravi
76aad12fde Apply update.sh 2016-12-15 10:44:01 -08:00
Joe Ferguson
9f2e76eeba Update.sh: apply "CFLAGS -> PHP_CFLAGS" to all the things 2016-12-12 15:21:44 -08:00
Docker Library Bot
35080ccd4c Update to 5.6.29 2016-12-08 23:46:16 -08:00
Joe Ferguson
0311282445 Add explanation for clfags and ldflags 2016-12-05 15:33:53 -08:00
Joe Ferguson
cae3c03efd Add cflags and ldflags for security and portability 2016-12-05 12:47:12 -08:00
Docker Library Bot
846945e50f Update to 5.6.28 2016-12-01 11:46:18 -08:00
Docker Library Bot
7d058f79e6 Update to 5.6.28 2016-11-10 17:46:15 -08:00
Tianon Gravi
3cb02a2116 Apply update.sh 2016-10-17 09:10:27 -07:00
Docker Library Bot
337928c13c Update to 5.6.27 2016-10-14 16:43:04 -07:00
Docker Library Bot
1c56325a69 Update to 5.6.26 2016-09-16 05:46:13 -07:00
Tianon Gravi
2f96a00aaa Use "https" for communications with "php.net" where possible 2016-08-22 15:47:04 -07:00
Tianon Gravi
7e86d3dd84 Update to 5.6.25 2016-08-22 09:58:56 -07:00
Tianon Gravi
195f9c7267 Apply update.sh 2016-08-09 09:26:58 -07:00
Tianon Gravi
2cc40ce1de Apply update.sh 2016-08-01 09:55:58 -07:00
Tianon Gravi
59200d11b1 Apply update.sh 2016-07-29 09:36:54 -07:00
Tianon Gravi
cd1769f395 Update to 5.6.24 2016-07-22 12:36:22 -07:00
Joe Ferguson
f016f5dc42 Run update.sh 2016-07-12 17:15:01 -07:00
Tianon Gravi
d0993972f3 Update to 7.0.8, 5.6.23 2016-06-23 11:16:23 -07:00
Tianon Gravi
81ceba1318 Update to 7.0.7, 5.6.22, 5.5.36 2016-05-26 15:31:29 -07:00
Tianon Gravi
47abb34bbf Apply update.sh 2016-05-23 14:29:30 -07:00
André R
0783dc544c Update php versions 2016-04-29 17:28:28 +02:00
Tianon Gravi
4677ca134f Update to 7.0.5, 5.6.20, 5.5.34 2016-03-31 16:59:32 -07:00
Tianon Gravi
b694d2529d Explicitly enable "mbstring" by default (since certain pecl bits cannot work properly otherwise) 2016-03-30 09:07:32 -07:00
Tianon Gravi
0d23b3d087 Apply update.sh 2016-03-18 10:57:54 -07:00
shin1x1
cdebaa8f31 Update to 7.0.4, 5.6.19, and 5.5.33 2016-03-04 22:04:34 +09:00
Tianon Gravi
8943e1e6a9 Fix "gpg" usage to stop relying on deprecated and insecure behavior 2016-02-29 08:38:54 -08:00
Tianon Gravi
7bd5c38db9 Update to 7.0.3, 5.6.18, and 5.5.32 2016-02-04 15:50:02 -08:00
Tianon Gravi
e1292bb6ec Refactor FPM support to use upstream's config file directly
PHP 7 changed their config to use "include", which is a clever way to support "php-fpm.d" for further configuration.  This adapts our FPM config to follow suit.
2016-01-22 12:59:21 -08:00
Joe Ferguson
7122ec89a7 update 5.6.17 2016-01-07 10:21:54 -08:00
Tianon Gravi
9f0c470f25 Update to use "curl -f" and to verify SHA256 directly in addition to GPG 2015-12-08 16:55:23 -08:00
Tianon Gravi
12d7a6644a Update to 5.6.16 2015-11-30 09:28:39 -08:00
keltgourig
6e600f59a4 Update to 5.6.15 2015-10-30 12:13:58 +01:00
Henrique Moody
fec7f537f0 --with-pcre is not a valid configure option
PCRE is enabled by default and can only be disabled with the option
`--without-pcre-regex` (after 5.3).

Alternatively, an external PCRE library can be used by passing in the
`--with-pcre-regex=DIR` but it's unnecessary and it's not the default
behavior.
2015-10-09 17:01:41 -03:00
Tianon Gravi
c05f8260ab Update to 5.6.14 2015-10-02 09:26:55 -07:00
Simon Herter
cf1e938f37 Update to 5.6.13, 5.5.29 and 5.4.45 2015-09-05 16:01:04 +02:00
Tianon Gravi
305067f94c Add back the 5.5 keys that are officially listed, and sort all the key lists 2015-08-07 12:01:25 -07:00
Sebastiaan van Stijn
a8ec57f206 Update PHP 5.6.12, 5.5.28 and 5.4.44
Update announcement:
http://php.net/archive/2015.php#id2015-08-06-1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-08-07 15:45:39 +02:00
Sebastiaan van Stijn
32887c1de3 Update to 5.4.43, 5.5.27, and 5.6.11
As announced here;

PHP 5.4.43 http://php.net/archive/2015.php#id2015-07-09-1
PHP 5.5.27 http://php.net/archive/2015.php#id2015-07-10-2
PHP 5.6.11 http://php.net/archive/2015.php#id2015-07-10-3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-07-10 15:31:35 +02:00
Tianon Gravi
a413eb0123 Switch from "bz2" to "xz" for 5.5 and 5.6 (several megabytes smaller download) 2015-06-30 10:06:18 -07:00
Tianon Gravi
ae130b2f84 Update to 5.4.42, 5.5.26, and 5.6.10 2015-06-12 10:35:07 -07:00
Joe Ferguson
ec8e44b3b8 Add g++ 2015-05-19 15:48:24 -07:00