mirror of
https://github.com/danog/php.git
synced 2024-12-02 09:27:58 +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 (
|
||
---|---|---|
.. | ||
cli | ||
fpm | ||
zts |