php/7.3/stretch/fpm
Tianon Gravi 7ccfc9272c Remove "--hash-style=both"
It turns out that --hash-style=gnu is considered better than either of --hash-style=both or --hash-style=sysv, assuming your environment/platform supports it.

On amd64 with both Debian's and Alpine's linkers, --hash-style=gnu is the default.

This is especially relevant on MIPS (mips64le), where "ld: .gnu.hash is incompatible with the MIPS ABI" (so the linker sanely defaults to --hash-style=sysv there, as it should).
2020-04-16 20:49:46 -07:00
..
docker-php-entrypoint Update to 7.3.0 (GA) 2018-12-06 12:26:43 -08:00
docker-php-ext-configure Prevent "silent" failures by having docker-php-ext-configure error on unknown flags so users have to fix them 2019-12-03 16:32:01 -08:00
docker-php-ext-enable Send PHP errors/warnings to stderr in our scripts 2019-06-07 14:00:03 -07:00
docker-php-ext-install Remove "--virtual" where it's not providing value (and use "apk del --no-network" consistently) 2019-03-04 16:41:05 -08:00
docker-php-source Update to 7.3.0 (GA) 2018-12-06 12:26:43 -08:00
Dockerfile Remove "--hash-style=both" 2020-04-16 20:49:46 -07:00