yosifkit
ecd7dcc69c
Merge pull request #775 from infosiftr/5.6.40
...
Update to 5.6.40
2019-01-11 16:54:47 -08:00
Tianon Gravi
783878384a
Update to 5.6.40
2019-01-11 15:31:57 -08:00
Docker Library Bot
0f189799b7
Update to 7.1.26
2019-01-10 19:46:09 +00:00
Docker Library Bot
c44aab7001
Update to 7.2.14
2019-01-10 13:46:08 +00:00
Docker Library Bot
1eb2c0ab51
Update to 7.3.1
2019-01-10 13:46:08 +00:00
yosifkit
c4b05f9f68
Merge pull request #773 from infosiftr/reaxe-7.0
...
Re-remove 7.0 (and associated scripting bits for 7.0 and 5.6)
2019-01-04 15:32:09 -08:00
Tianon Gravi
c32a9f63da
Re-remove 7.0 (and associated scripting bits for 7.0 and 5.6)
2019-01-04 15:06:24 -08:00
yosifkit
0e5c984e02
Merge pull request #763 from bashkarev/master
...
Increase log limit
2018-12-31 16:38:18 -08:00
Tianon Gravi
26ab6801ff
Minor adjustment so it doesn't apply to older 7.x releases
2018-12-31 15:53:21 -08:00
bashkarev
f171ee0424
Increase log limit
2018-12-31 15:53:16 -08:00
Tianon Gravi
6932d118b7
Merge pull request #768 from infosiftr/no-more-5.6
...
Remove 5.6 as it is end of life today!
2018-12-31 15:45:58 -08:00
Joe Ferguson
2408ff5a5a
Remove 5.6 as it is end of life today!
2018-12-31 15:11:55 -08:00
Docker Library Bot
c88c3d52f4
Update to 7.2.13
2018-12-07 00:14:01 +00:00
Docker Library Bot
4fa4c526cf
Update to 7.1.25
2018-12-07 00:14:00 +00:00
Docker Library Bot
b4319e8f76
Update to 7.0.33
2018-12-07 00:13:59 +00:00
Docker Library Bot
fa4ef89d7c
Update to 5.6.39
2018-12-07 00:13:58 +00:00
Tianon Gravi
a280ab8e87
Update to 7.3.0 (GA)
2018-12-06 12:26:43 -08:00
yosifkit
8c2d252053
Merge pull request #760 from docker-library/revert-759-bye-bye-bye
...
Revert "Remove end of life PHP 7.0"
2018-12-05 11:59:08 -08:00
Tianon Gravi
fab636c9e6
Revert "Remove end of life PHP 7.0"
2018-12-05 11:54:50 -08:00
Tianon Gravi
3fcf5a3561
Merge pull request #759 from infosiftr/bye-bye-bye
...
Remove end of life PHP 7.0
2018-12-04 14:34:30 -08:00
Joe Ferguson
f2575bc94f
Remove end of life PHP 7.0
...
https://secure.php.net/supported-versions.php
2018-12-04 14:01:24 -08:00
yosifkit
724912d52e
Merge pull request #755 from infosiftr/fix-apache-log-permissions-for-arbitrary-user
...
Fix Apache "log directory" permissions for arbitrary user support
2018-11-27 13:23:10 -08:00
Tianon Gravi
c77c579341
Fix Apache "log directory" permissions for arbitrary user support
...
Tested successfully with both of (separately) `--user x:y --sysctl ...` and `-e APACHE_RUN_USER=x -e APACHE_RUN_GROUP=y` (and without any parameters, of course).
2018-11-26 16:50:37 -08:00
Docker Library Bot
ee78d78832
Update to 7.3.0RC6
2018-11-22 13:46:19 +00:00
yosifkit
67efd89c36
Merge pull request #747 from infosiftr/gpg-batch
...
Update "gpg" invocations to use "--batch"
2018-11-14 14:46:24 -08:00
Tianon Gravi
b99209cc07
Update "gpg" invocations to use "--batch"
...
See https://bugs.debian.org/913614
2018-11-14 12:44:19 -08:00
yosifkit
fbebf2e62d
Merge pull request #745 from infosiftr/fix-apache-permissions
...
Adjust permissions on Apache directories for running as an arbitrary user
2018-11-13 15:26:51 -08:00
Tianon Gravi
e6a51689ce
Adjust permissions on Apache directories for running as an arbitrary user
2018-11-12 15:51:08 -08:00
yosifkit
189782763e
Merge pull request #740 from cdaguerre/cdaguerre-patch-1
...
Fix hardcoded ini dir
2018-11-09 13:07:48 -08:00
Christian Daguerre
d5bdcd6f8c
fix hardcoded ini dir
2018-11-09 10:21:18 +01:00
Docker Library Bot
a232c4ca6f
Update to 7.1.24
2018-11-08 19:46:15 +00:00
Docker Library Bot
985de7a6d4
Update to 7.2.12
2018-11-08 13:46:12 +00:00
Docker Library Bot
2dd8abbedb
Update to 7.3.0RC5
2018-11-08 13:46:12 +00:00
Docker Library Bot
1d4332513f
Update to 7.3.0RC4
2018-10-25 12:47:38 +00:00
Tianon Gravi
2f329c14e6
Merge pull request #730 from infosiftr/delete-things
...
Drop old versions of alpine to decrease lag-time between release of PHP and rebuild of the images
2018-10-19 15:51:39 -07:00
Joe Ferguson
e6959cfb2e
Drop old versions of alpine to decrease lag-time between release of PHP and rebuild of the images
2018-10-19 14:39:35 -07:00
Tianon Gravi
32575d7148
Merge pull request #725 from lcobucci/improve-workers-log
...
Remove log decoration from workers output
2018-10-16 14:09:08 -07:00
Luís Cobucci
87c85e43ff
Remove log decoration from workers output
...
As of PHP 7.3 we finally use STDOUT and STDERR properly in our
containers, this disables the '[pool %s] child %d said into %s: \"%s\'
format.
More info:
- https://github.com/php/php-src/pull/2458
- https://bugs.php.net/bug.php?id=71880
- https://github.com/docker-library/php/issues/207
2018-10-16 14:08:06 -07:00
Docker Library Bot
f363b9f8a0
Update to 7.2.11
2018-10-11 18:52:35 +00:00
Docker Library Bot
3f3220a0aa
Update to 7.1.23
2018-10-11 18:52:35 +00:00
Docker Library Bot
7717f268f7
Update to 7.3.0RC3
2018-10-11 12:46:35 +00:00
Docker Library Bot
d3beb19a51
Update to 7.3.0RC2
2018-09-28 12:46:11 +00:00
Docker Library Bot
c856411d1c
Update to 7.1.22
2018-09-14 01:10:51 +00:00
Docker Library Bot
c04d025eac
Update to 5.6.38
2018-09-14 01:10:51 +00:00
Docker Library Bot
d97098c8c6
Update to 7.2.10
2018-09-13 12:46:16 +00:00
Docker Library Bot
8982189eac
Update to 7.3.0RC1
2018-09-13 12:46:16 +00:00
Docker Library Bot
2e12f1a8b5
Update to 7.0.32
2018-09-13 12:46:16 +00:00
Docker Library Bot
4017680640
Update to 7.3.0beta3
2018-08-30 18:46:11 +00:00
yosifkit
d6b1dc390b
Merge pull request #711 from infosiftr/php.ini
...
Ship PHP's example "php.ini-production" and "php.ini-development" files in "$PHP_INI_DIR"
2018-08-28 11:09:50 -07:00
Tianon Gravi
88189f0168
Ship PHP's example "php.ini-production" and "php.ini-development" files in "$PHP_INI_DIR"
2018-08-27 15:26:42 -07:00