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
- 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_CFLAGS can be now defined in the configure step to more
intuitively append additional compiler flags.
0 commit comments