Commit Graph

55 Commits

Author SHA1 Message Date
Tianon Gravi
8c97d460ce Update to 7.0.10 2016-08-18 16:35:54 -07:00
Tianon Gravi
d6b446a77a Apply update.sh 2016-08-09 14:32:13 -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
d8a4ccf4d6 Update to 7.0.9, 5.5.38 2016-07-21 10:49:44 -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
145f0de1bc Merge pull request #239 from infosiftr/phpize-configure
Adjust "docker-php-ext-configure" to also install deps, but have "docker-php-ext-install" remove them if and only if it was "docker-php-ext-*" which installed them.
2016-06-13 17:22:58 -07:00
Sébastien HOUZÉ
8344a7fdb4
Run update.sh to make the feature available. 2016-06-12 10:58:09 +02:00
Tianon Gravi
3099068733 Update to alpine:3.4 2016-06-07 08:54:07 -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
Natanael Copa
1ca3e1d22a Apply update.sh 2016-05-20 16:17:45 +02:00
Tianon Gravi
49ceb8ddbb Apply update.sh 2016-05-17 16:42:35 -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
Tianon Gravi
e1ab9ff7bb Merge pull request #176 from ncopa/php-alpine
add php:7.0-alpine
2016-03-18 09:55:58 -07:00
Natanael Copa
647490f42c sort dependencies and remove duplicate libxml2-dev in alpine images 2016-03-17 11:38:00 +01:00
Natanael Copa
b9212a0eea upgrade alpine images to 7.0.4 2016-03-17 11:38:00 +01:00
Natanael Copa
78ae437dd7 Fix gpg usage for alpine images 2016-03-17 11:38:00 +01:00
Natanael Copa
c107bad80c fix docker-php-ext-enable in alpine images 2016-03-17 11:38:00 +01:00
shin1x1
cdebaa8f31 Update to 7.0.4, 5.6.19, and 5.5.33 2016-03-04 22:04:34 +09:00
Natanael Copa
0f95b376b3 add php:7.0-fpm-alpine image 2016-03-03 19:09:33 +01: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
Tianon Gravi
85447ff6a5 Run update.sh 2016-01-19 17:31:29 -08:00
Tianon Gravi
cd075c9d4e Update to 5.5.31 and 7.0.2 2016-01-07 09:24:41 -08:00
Tianon Gravi
f181586329 Run update.sh 2016-01-06 16:31:49 -08:00
Benjamin Lazarecki
914f1fc040 Upgrade to 7.0.1 2015-12-17 16:36:48 +01:00
Tianon Gravi
a9f7fed15b Run update.sh 2015-12-09 11:11:53 -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
Jinghsheng Wang
ff9dcb42c0 Upgrade to PHP 7 GA.
Added GPG key and switched to the normal download links.
2015-12-03 12:28:34 +08:00
Jinghsheng Wang
e7762b5057 Upgrade to RC8 Release. 2015-11-26 19:24:59 +08:00
Jinghsheng Wang
ab08029415 Upgrade to RC7 Release. 2015-11-12 19:46:35 +08:00
Jingsheng Wang
8a828032ad Upgrade to RC6 Release. 2015-10-29 20:08:30 +08:00
Tianon Gravi
f751ba0b5b Merge pull request #142 from henriquemoody/patch-1
--with-pcre is not a valid configure option
2015-10-16 16:55:12 -07:00
André R
86875314ba Bump PHP 7.0 to RC5
http://php.net/archive/2015.php#id2015-10-15-2
2015-10-15 20:27:19 +02: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
Eric Andrew Lewis
766e3c0043 Ensure PHP-FPM worker stdout and stderr are sent to the main error log. 2015-10-01 16:56:42 -04:00
André R
9cfb9ff18f Bump PHP 7.0 to RC4
Release notes: http://php.net/archive/2015.php#id2015-10-01-1
2015-10-01 19:35:20 +02:00
Jingsheng Wang
5b0e536d20 Upgrade to RC3 Release 2015-09-21 10:35:56 +08:00
André R
8c25cfb2c5 Bump PHP 7.0 to RC2 2015-09-04 14:53:02 +02:00
Jingsheng Wang
f5e091ac38 Upgrade to PHP 7 RC1 Release
http://php.net/archive/2015.php#id2015-08-21-1

RC1 for php-apache build

forgot to upgrade the version in 7.0 folder
2015-08-22 21:12:17 +08:00
Tianon Gravi
789a45b03f Merge pull request #123 from abcdmitry/master
Full path for loading zend extensions
2015-08-07 14:07:30 -07:00
Sebastiaan van Stijn
c9bc16e061 Update to PHP 7.0.0 beta 3
As announced here:
http://php.net/archive/2015.php#id2015-08-06-1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-08-07 17:51:02 +02:00
Dmitry Lukashin
a3508a6653 Get rid of unneeded variable 2015-08-07 03:48:56 +03:00