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
Docker Library Bot
3f3220a0aa
Update to 7.1.23
2018-10-11 18:52:35 +00:00
Docker Library Bot
c856411d1c
Update to 7.1.22
2018-09-14 01:10:51 +00: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
Docker Library Bot
74b59e1cf7
Update to 7.1.21
2018-08-20 18:46:11 +00:00
Tianon Gravi
a370a1ed55
Add more Alpine 3.8 variants
2018-08-17 07:25:13 -07:00
Docker Library Bot
d6b950cc18
Update to 7.1.20
2018-07-20 12:47:25 +00:00
Docker Library Bot
b599d7375c
Update to 7.1.19
2018-06-25 18:46:10 +00:00
Tianon Gravi
b250a22ce6
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues
...
Also, this removes the not-recommended usage of "travis_retry" and adds "gpgconf --kill all".
2018-06-11 17:01:50 -07:00
Tianon Gravi
cff4da8fdb
Run "update.sh" to apply changes (and allow CI to test them)
2018-06-11 14:10:01 -07:00
Tianon Gravi
2fa5427d39
Fix wget: error getting response: Connection reset by peer
2018-05-31 21:43:38 -07:00
Docker Library Bot
36167a6d68
Update to 7.1.18
2018-05-26 00:46:11 +00:00
Tianon Gravi
0139cd64d9
Remove Alpine 3.4 variants (EOL)
...
See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases
2018-05-22 14:23:27 -07:00
Joe Ferguson
78125d0d3c
Add missing apache-foreground scripts, swap ssl version for 5.6 on stretch
2018-05-18 10:16:40 -07:00
Joe Ferguson
27c65bbd60
Add docker-php-* scripts for new images
2018-05-18 10:02:33 -07:00
Joe Ferguson
53040bf1b3
Add Dockerfiles for newer base OSs
2018-05-18 10:02:33 -07:00
Tianon Gravi
b045ba7c51
Add "--enable-option-checking=fatal" to ./configure invocations
2018-04-30 13:06:26 -07:00
yosifkit
fbb775a087
Merge pull request #627 from infosiftr/disable-hash
...
Add "--with-mhash"
2018-04-27 10:45:55 -07:00
Docker Library Bot
13811e220a
Update to 7.1.17
2018-04-27 00:46:10 +00:00
Tianon Gravi
1df2501817
Switch to "--with-mhash" instead (to break less users)
2018-04-26 13:45:14 -07:00
Tianon Gravi
b6c589131a
Add "--disable-hash" (so it can be compiled after-the-fact)
...
This allows for users of the image to `docker-php-ext-configure hash --with-mhash`, for example.
2018-04-19 14:15:39 -07:00
Tianon Gravi
f504394473
Fix a few superficial issues with "docker-php-ext-enable"
2018-04-19 12:51:31 -07:00
Docker Library Bot
756e514077
Update to 7.1.16
2018-03-31 18:46:09 +00:00
Tianon Gravi
fe07cedc05
Update/fix PHPIZE_DEPS comment
...
Closes #597
2018-03-21 11:23:32 -07:00
Docker Library Bot
bd08891b3f
Update to 7.1.15
2018-03-03 19:46:09 +00:00
Docker Library Bot
499a0e89e7
Update to 7.1.14
2018-02-02 01:46:11 +00:00
boite
57b41cfc2d
Allow FPM pool to listen on IPv4 when v6 disabled
...
In PHP 7.2.0 a change [1] was made in response to bug [#74166 ] to fall
back to listening on 0.0.0.0 if IPv6 is disabled (for example with
ipv6.disable=1 Linux kernel param) instead of failing to create a
listening socket with the error "Address family not supported by
protocol (97)".
A fallback to IPv4 in such circumstances is only possible in PHP >=
7.2.0 and by specifying a port number without an address to the listen
directive.
[1]: b63c45c69e
[#74166 ]: https://bugs.php.net/bug.php?id=74166
2018-01-18 11:40:00 +00:00
Docker Library Bot
6be205eee1
Update to 7.1.13
2018-01-06 01:02:02 +00:00
yosifkit
32313ea407
Merge pull request #556 from infosiftr/better-lib-preservation
...
Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies)
2018-01-03 12:21:33 -08:00
Tianon Gravi
b418908d2f
Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies)
2018-01-03 10:55:13 -08:00
J0WI
0e056693f2
Be less verbose during extension installation ( fix #319 )
2018-01-01 19:50:55 +01:00
Tianon Gravi
6677546d59
Remove errant extra space character
2017-12-18 14:21:03 -08:00
Tianon Gravi
9596aeb358
Add a link to the PR for future travellers
2017-12-13 17:32:36 -08:00
Tianon Gravi
dbd5d1e03d
Block the installation of Debian's PHP packages
...
This will hopefully help folks with the confusion around installing packages like "php-apcu" and then wondering why they don't actually "work" (because they pull in Debian's PHP, and that's not what this image packages).
2017-12-13 16:14:37 -08:00
Tianon Gravi
1a00d92ff4
Switch from "nm" to "readelf" so that we can detect the "zend_extension_entry" symbol even in stripped objects
2017-12-08 16:25:01 -08:00
Joe Ferguson
25e8a9268e
Apply pcre-jit change to all versions
2017-11-28 16:26:39 -08:00
Docker Library Bot
287a157544
Update to 7.1.12
2017-11-24 07:46:08 +00:00
Tianon Gravi
bfe2775910
Swap from "gnupg2" to "gnupg"
...
See https://github.com/docker-library/python/issues/236 for details.
2017-11-01 13:52:53 -07:00
Docker Library Bot
05fe6f9eb6
Update to 7.1.11
2017-10-27 06:46:08 +00:00
Joe Ferguson
0bb4068bd6
Restructure organization so to support simultaneous base distro releases
...
- this will allow us release to `jessie` and `stretch` variants at the same time so that users have a time to transition from one to the other.
2017-10-12 06:53:45 -07:00
Docker Library Bot
4c07667290
Update to 7.1.10
2017-09-29 12:46:09 +00:00
Tianon Gravi
fc24121abd
Add "libressl" persistently for "openssl_pkey_new"
2017-09-26 11:21:53 -07:00
Tianon Gravi
7c45279501
Merge pull request #500 from infosiftr/scanelf
...
Adjust scanelf to properly detect runDeps
2017-09-25 09:22:23 -07:00
Tianon Gravi
0e3468fe7f
Update Alpine 3.6+ to use "libressl" instead of "openssl"
2017-09-22 14:55:27 -07:00
Joe Ferguson
b862248552
Adjust scanelf to properly detect runDeps
2017-09-22 14:18:14 -07:00
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
Docker Library Bot
ae9d560db8
Update to 7.1.9
2017-09-01 06:46:09 +00:00
Docker Library Bot
903540ea79
Update to 7.1.8
2017-08-03 11:46:08 -07:00
Tianon Gravi
ddc7084c8a
Add 7.2.0alpha3
2017-07-10 12:05:50 -07:00