Commit Graph

684 Commits

Author SHA1 Message Date
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
Tianon Gravi
6a28b28d56 Update generated README
https://github.com/docker-library/docs/pull/1193

https://github.com/docker-library/docs/pull/1195
2018-04-19 11:04:03 -07:00
Docker Library Bot
c4f059d09d Update to 7.2.4 2018-03-31 18:46:09 +00:00
Docker Library Bot
756e514077 Update to 7.1.16 2018-03-31 18:46:09 +00:00
Docker Library Bot
568145207f Update to 5.6.35 2018-03-31 18:46:09 +00:00
Docker Library Bot
3ed155f67f Update to 7.0.29 2018-03-31 18:46:09 +00:00
yosifkit
7707290c53
Merge pull request #605 from infosiftr/shared-sodium
Update sodium extension to be shared (so it can be replaced if necessary by users)
2018-03-21 13:34:44 -07:00
Tianon Gravi
fe07cedc05 Update/fix PHPIZE_DEPS comment
Closes #597
2018-03-21 11:23:32 -07:00
Tianon Gravi
604dfc0baf Update sodium extension to be shared (so it can be replaced if necessary by users) 2018-03-21 11:10:03 -07:00
Docker Library Bot
35aedb2900 Update to 7.2.3 2018-03-03 19:46:09 +00:00
Docker Library Bot
bd08891b3f Update to 7.1.15 2018-03-03 19:46:09 +00:00
Docker Library Bot
f965698f82 Update to 5.6.34 2018-03-03 19:46:09 +00:00
Docker Library Bot
8def3509b7 Update to 7.0.28 2018-03-03 19:46:08 +00:00
Tianon Gravi
be08d2067c
Merge pull request #581 from infosiftr/salty
Add libsodium to 7.2+
2018-02-06 09:12:02 -08:00
Joe Ferguson
fd8e15250a Add libsodium to 7.2+ 2018-02-05 16:06:59 -08:00
Docker Library Bot
b4e5b2b22a Update to 7.2.2 2018-02-02 01:46:11 +00:00
Docker Library Bot
499a0e89e7 Update to 7.1.14 2018-02-02 01:46:11 +00:00
Tianon Gravi
ed0b10ebd4 Fix gawk to not require all files to exist (so "zts-Dockerfile-block-2" can be deleted)
If a given "block" file doesn't exist, the default contents from the template will be included as-is instead.
2018-01-19 14:37:07 -08:00
Tianon Gravi
c436a9889a
Merge pull request #562 from boite/master
Allow FPM pool to listen on IPv4 when IPv6 is disabled
2018-01-18 11:04:55 -08: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
f4baf0edbc Update to 7.2.1 2018-01-06 01:02:02 +00:00
Docker Library Bot
a37af18986 Update to 5.6.33 2018-01-06 01:02:02 +00:00
Docker Library Bot
6be205eee1 Update to 7.1.13 2018-01-06 01:02:02 +00:00
Docker Library Bot
2eb7af0070 Update to 7.0.27 2018-01-06 01:02:02 +00:00
Tianon Gravi
06795a60c3 Add "pollita" on 7.1 (7.1.13 is signed by 1729F83938DA44E27BA0F4D3DBDB397470D12172) 2018-01-05 17:01:21 -08: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
8f8cf4965c
Merge pull request #555 from J0WI/less-verbose
Be less verbose during extension installation (fix #319)
2018-01-03 12:12:34 -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
yosifkit
79436c81bd
Merge pull request #542 from infosiftr/no-debian-php
Block the installation of Debian's PHP packages
2017-12-14 17:16:06 -06: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
df1c388d3a Account for: ./generate-stackbrew-library.sh: line 126: variantAliases[@]: unbound variable 2017-12-12 17:55:00 -08:00
yosifkit
e1dd0a7e1f
Merge pull request #535 from infosiftr/alpine3.7
Add alpine3.7 variants of 7.2
2017-12-12 12:34:51 -06:00
Tianon Gravi
6afe189103 Add alpine3.7 variants of 7.2 2017-12-11 18:03:19 -08:00
yosifkit
e676926ae5
Merge pull request #533 from infosiftr/readelf
Switch from "nm" to "readelf" so that we can detect the "zend_extension_entry" symbol even in stripped objects
2017-12-11 20:01:19 -06: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
3f13237955 Link back to original issue on no s390x for 7.2+ 2017-11-30 14:26:03 -08:00
Joe Ferguson
6fc9a08356 Bump latest to 7.2 2017-11-30 12:18:43 -08:00
yosifkit
a067c59488
Merge pull request #528 from ck-developer/update-php-7-2
Updated PHP 7.2-RC-6 to released
2017-11-30 10:58:32 -08:00
Claude Khedhiri
f795769559 Updated PHP 7.2-RC-6 to released 2017-11-30 15:25:21 +01:00
yosifkit
32be8a07d2
Merge pull request #526 from infosiftr/pcre
Use bundled pcre and disable pcre-jit on unsupported platforms
2017-11-29 13:14:23 -08:00
Joe Ferguson
25e8a9268e Apply pcre-jit change to all versions 2017-11-28 16:26:39 -08:00
Joe Ferguson
223086c062 Use bundled pcre to be closer to upstream and disable pcre-jit on unsupported platforms like s390x 2017-11-28 16:24:49 -08:00
Docker Library Bot
287a157544 Update to 7.1.12 2017-11-24 07:46:08 +00:00
Docker Library Bot
e5a6cb7242 Update to 7.0.26 2017-11-23 19:46:08 +00:00
Tianon Gravi
4d3ca8edc5
Merge pull request #521 from infosiftr/argon2
Add Argon2 password hashing
2017-11-15 09:36:53 -08:00
Tianon Gravi
2577f1147b Add Argon2 password hashing
See https://wiki.php.net/rfc/argon2_password_hash

See also a91992745b
2017-11-14 16:36:57 -08:00