Docker Library Bot
331e0f4b4d
Update to 7.2.26
2019-12-18 13:46:13 +00:00
Joe Ferguson
9bcb75e9db
Prevent "silent" failures by having docker-php-ext-configure error on unknown flags so users have to fix them
...
"configure: WARNING: unrecognized options" just gets lost in all the configure output
2019-12-03 16:32:01 -08:00
Docker Library Bot
4bac7da6e7
Update to 7.2.25
2019-11-21 19:46:17 +00:00
Docker Library Bot
af0a051a02
Update to 7.2.24
2019-10-24 12:46:17 +00: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
Ivan Kurnosov
3a546766fd
Always build with external sqlite
2019-10-02 16:05:35 -07:00
Tianon Gravi
05b4342c7b
Update to 7.2.23
2019-09-26 08:55:08 -07:00
Docker Library Bot
3308ce8ba0
Update to 7.2.22
2019-08-30 00:48:55 +00:00
Docker Library Bot
b909ae3f88
Update to 7.2.21
2019-08-01 12:46:37 +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
Docker Library Bot
66234ccc01
Update to 7.2.20
2019-07-04 12:46:24 +00: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
Joe Ferguson
a9f19e9df5
Apply minor changes to non 7.4 versions to make deleting lines easier for 7.4
2019-06-14 14:04:15 -07:00
Tianon Gravi
a7e2de0e8f
Send PHP errors/warnings to stderr in our scripts
2019-06-07 14:00:03 -07:00
Docker Library Bot
fa29b56ad4
Update to 7.2.19
2019-05-30 18:46:11 +00:00
Docker Library Bot
d9352e08aa
Update to 7.2.18
2019-05-02 12:46:10 +00:00
Tianon Gravi
545a73c970
Update comment format to match our other inline comments
2019-04-23 14:31:59 -07:00
Luís Cobucci
e21810a050
Perform graceful stops on PHP-FPM
...
The default signal used by docker to stop a container is SIGTERM and
that signal is understood by PHP-FPM as immediate termination.
This means that `php-fpm` won't wait for in-flight requests to finish
before of stopping the workers and main process. This behaviour is quite
undesired for production environments and should be avoided as much as
possible.
This implementation is meant to be extremely simple and only address the
stop signal used when running `docker stop`. `php-fpm` signal choices
are somewhat peculiar (`SIGUSR2` for example) and if we want to "fix"
them we would have to use a tool (e.g.: `dumb-init`).
More info:
- https://linux.die.net/man/8/php-fpm
- https://docs.docker.com/engine/reference/builder/#stopsignal
- https://github.com/Yelp/dumb-init
- https://github.com/usabilla/php-docker-template/pull/102
2019-04-18 17:20:45 +02:00
Docker Library Bot
cf02ea0f79
Update to 7.2.17
2019-04-04 22:16:22 +00:00
Docker Library Bot
873725e57e
Update to 7.2.16
2019-03-07 13:47:49 +00:00
Tianon Gravi
a1ebdc9851
Remove "--virtual" where it's not providing value (and use "apk del --no-network" consistently)
2019-03-04 16:41:05 -08:00
Joe Ferguson
640a30e8ff
Apply 'remove extensions/*.a' to templates and run update.sh
2019-02-14 16:30:31 -08:00
Docker Library Bot
52c62d3afb
Update to 7.2.15
2019-02-07 13:51:14 +00:00
J0WI
90beb19f38
Add Alpine 3.9 variant
2019-02-01 13:37:56 -08:00