php/7.4/alpine3.11/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 Add Alpine 3.11 2019-12-20 01:33:57 +01:00
docker-php-ext-configure Add Alpine 3.11 2019-12-20 01:33:57 +01:00
docker-php-ext-enable Add Alpine 3.11 2019-12-20 01:33:57 +01:00
docker-php-ext-install Add Alpine 3.11 2019-12-20 01:33:57 +01:00
docker-php-source Add Alpine 3.11 2019-12-20 01:33:57 +01:00
Dockerfile Remove "--hash-style=both" 2020-04-16 20:49:46 -07:00