Commit Graph

675 Commits

Author SHA1 Message Date
Docker Library Bot
7af4c6ecfb Update to 7.3.11 2019-10-24 12:46:17 +00:00
Docker Library Bot
af0a051a02 Update to 7.2.24 2019-10-24 12:46:17 +00:00
Tianon Gravi
da77ea9e35
Merge pull request #901 from delfer/largefile
Enabled large file support (affects 32bit systems)
2019-10-21 12:40:28 -07:00
Tianon Gravi
88a8a1e14a Add comment to remind us why we added largefile support 2019-10-21 10:36:14 -07:00
Delfer
168caf5849 Enabled large file support (affects 32bit systems)
Build flags added: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
According to https://www.php.net/manual/en/intro.filesystem.php
2019-10-21 10:33:20 -07:00
Docker Library Bot
9b073b8852 Update to 7.4.0RC4 2019-10-18 12:47:44 +00:00
Docker Library Bot
5aea77c2c9 Update to 7.4.0RC3 2019-10-03 19:30:51 +00:00
Tianon Gravi
e568fc2e4a
Merge pull request #884 from zerkms/feature/SQLITE_RTREE
Built php with external sqlite
2019-10-03 12:25:55 -07:00
Ivan Kurnosov
3a546766fd Always build with external sqlite 2019-10-02 16:05:35 -07:00
Tianon Gravi
97d14cae25
Merge pull request #894 from infosiftr/7.3.10
[security] Update to 7.3.10
2019-09-26 10:51:50 -07:00
Tianon Gravi
05b4342c7b Update to 7.2.23 2019-09-26 08:55:08 -07:00
Tianon Gravi
29a47a90c8 Update to 7.3.10 2019-09-26 05:28:44 -07:00
Tianon Gravi
cde26a5979
Merge pull request #889 from infosiftr/hwcap.h
Add library for "asm/hwcap.h" to fix arm64 build
2019-09-12 15:51:11 -07:00
Joe Ferguson
1335a9ab8d Add library for "asm/hwcap.h" to fix arm64 build 2019-09-11 15:06:59 -07:00
Docker Library Bot
d367f7fb84 Update to 7.4.0RC1 2019-09-05 12:49:42 +00:00
Tianon Gravi
ab89fe1e43 Update generated README
Especially to link to put-shared jobs (https://doi-janky.infosiftr.net/job/put-shared/)
2019-09-03 15:10:49 -07:00
Docker Library Bot
406fcd31e6 Update to 7.1.32 2019-08-30 13:09:25 +00:00
Docker Library Bot
3308ce8ba0 Update to 7.2.22 2019-08-30 00:48:55 +00:00
Docker Library Bot
5992cb02fa Update to 7.3.9 2019-08-29 18:54:02 +00:00
Docker Library Bot
2533f47df2 Update to 7.4.0beta4 2019-08-22 18:46:42 +00:00
Tianon Gravi
9e50ad0642 Set STOPSIGNAL to WINCH for httpd's "graceful-stop"
See https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop for more details!

Closes #877
2019-08-20 13:12:33 -07:00
Docker Library Bot
876847bf31 Update to 7.4.0beta2 2019-08-08 12:46:27 +00:00
Docker Library Bot
06247548a0 Update to 7.1.31 2019-08-02 00:46:14 +00:00
Docker Library Bot
b909ae3f88 Update to 7.2.21 2019-08-01 12:46:37 +00:00
Docker Library Bot
135204c0f4 Update to 7.3.8 2019-08-01 12:46:36 +00:00
yosifkit
b381c53c89
Merge pull request #870 from infosiftr/s390x
Update s390x test to the proper dpkg-architecture value
2019-07-29 15:49:07 -07:00
Docker Library Bot
74d5867137 Update to 7.4.0beta1 2019-07-26 12:47:03 +00:00
Joe Ferguson
7eb1b847f1 Update s390x test to the proper dpkg-architecture value
+ dpkg-architecture --query DEB_BUILD_GNU_TYPE
+ gnuArch=s390x-linux-musl
+ test s390x-linux-musl '=' s390x-linux-gnu
2019-07-25 16:06:53 -07:00
yosifkit
a74d01ae3b
Merge pull request #869 from infosiftr/freetype-config
Add temporary "freetype-config" workaround for PHP 7.3, 7.2, and 7.1 on buster
2019-07-22 14:46:41 -07:00
Tianon Gravi
a0ce8afda4 Add temporary "freetype-config" workaround for PHP 7.3, 7.2, and 7.1 on buster
See:

- https://github.com/docker-library/php/issues/865
- https://bugs.php.net/bug.php?id=76324
- https://github.com/php/php-src/pull/3632
- 2d03197749

This is not necessary for Debian Stretch (where `freetype-config` still exists) nor PHP 7.4+ (where `pkg-config` is used instead/in addition).
2019-07-19 14:20:04 -07:00
Docker Library Bot
e85ee95f61 Update to 7.4.0alpha3 2019-07-11 12:46:13 +00:00
Tianon Gravi
a54dc773d3
Merge pull request #861 from J0WI/buster
Add Debian Buster variant
2019-07-10 12:58:29 -07:00
Tianon Gravi
130abe06c4 Update "generate-stackbrew-library.sh" too 2019-07-10 12:58:12 -07:00
J0WI
ccbe53516f Add Debian Buster variant 2019-07-10 17:20:35 +02:00
Docker Library Bot
66234ccc01 Update to 7.2.20 2019-07-04 12:46:24 +00:00
Docker Library Bot
30447e3751 Update to 7.3.7 2019-07-04 12:46:24 +00:00
yosifkit
e8d8d7bab4
Merge pull request #853 from infosiftr/busted
Replace "stretch" with "buster" for PHP 7.4-rc given the imminent Debian release
2019-07-01 17:12:30 -07:00
Tianon Gravi
afa08b1838 Replace "stretch" with "buster" for PHP 7.4-rc given the imminent Debian release
Also, ditch Alpine 3.9 on PHP 7.4-rc.
2019-07-01 14:26:08 -07:00
Docker Library Bot
bbcc3db890 Update to 7.4.0alpha2 2019-06-27 00:46:23 +00:00
yosifkit
eaa29e4a7d
Merge pull request #851 from infosiftr/with-pear
Add "--with-pear" in 7.4
2019-06-26 16:45:07 -07:00
Tianon Gravi
e2331f5270 Add "--with-pear" in 7.4
This means that `pear` and `pecl` will be available for PHP 7.4+, but *will be removed* in PHP 8+ (see https://externals.io/message/103977 for upstream discussion around this deprecation).

I tested the 8+ changes to this script by creating a few fake "8.0" bits in the script itself (fake `possibles` version, etc) and verified that the result is as expected.
2019-06-26 02:29:25 -07:00
yosifkit
04e67dc6bb
Merge pull request #850 from petk/patch-php-7.4-alpha
Remove the Alpine argon2 library fix
2019-06-25 21:33:41 -07:00
Tianon Gravi
820403dc96 Also remove "update.sh" bits for ARGON2 hack removal 2019-06-25 15:05:03 -07:00
Peter Kokot
894ee591c5 Remove the Alpine argon2 library fix
The fix has been patched upstream in Alpine and upcoming
PHP 7.4.0alpha2.
2019-06-25 15:04:07 -07:00
Tianon Gravi
2e2df0625b
Merge pull request #843 from J0WI/curl
Use already available curl and consistent code style
2019-06-25 15:00:00 -07:00
Tianon Gravi
250c2d872d Add "set -u" and more consistency 2019-06-24 14:55:17 -07:00
J0WI
82d590a8c7 Use already available curl and consistent code style 2019-06-24 12:55:09 -07:00
Tianon Gravi
c0f68b2602
Merge pull request #845 from J0WI/alpine10
Add Alpine 3.10
2019-06-24 12:53:47 -07:00
J0WI
27cfb7191f Update default to Alpine 3.10 2019-06-21 23:22:16 +02:00
J0WI
3802051cc9 Add Alpine 3.10 2019-06-20 15:20:27 +02:00