You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This marks the following environment variables as precious:
- EXTENSION_DIR
- EXTRA_CFLAGS
- EXTRA_INCLUDES
- EXTRA_LDFLAGS
- PHP_BUILD_ARCH
- PHP_BUILD_COMPILER
- PHP_BUILD_PROVIDER
- PHP_BUILD_SYSTEM
- PHP_UNAME
These variables can be used like this when configuring the PHP build:
./configure PHP_BUILD_SYSTEM="..." PHP_BUILD_PROVIDER="..." ...
And they are now also shown in the `./configure --help` output.
Additionally:
- EXTRA_INCLUDES, EXTRA_CFLAGS and EXTRA_LDFLAGS can be now defined
directly in the configure step to more intuitively append additional
build options, without changing default flags for Autoconf checks.
0 commit comments