mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
3dc9a6988d
After looking/comparing at the output of `./configure` for our i386 and amd64 builds against that of Debian's i386 build, our i386 build was the only one of the three to include `checking whether to force non-PIC code in shared modules... yes` (the other two were `no`).
Debian includes `--with-pic`, and we do not.
Looking at the upstream PHP code for this configure check (
|
||
---|---|---|
.. | ||
docker-php-entrypoint | ||
docker-php-ext-configure | ||
docker-php-ext-enable | ||
docker-php-ext-install | ||
docker-php-source | ||
Dockerfile |