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
And they are now also shown in the `./configure --help` output.
Additionally:
- PHP_BUILD_ARCH is now by default set to target_cpu
- EXTRA_CFLAGS added to the configure step
These variables can be used like this when customizing the PHP build:
./configure PHP_BUILD_SYSTEM="..." PHP_BUILD_PROVIDER="..." ...
0 commit comments