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
- PHP_UNAME
- PHP_BUILD_SYSTEM
- PHP_BUILD_PROVIDER
- PHP_BUILD_COMPILER
- PHP_BUILD_ARCH
And they are now also shown in the `./configure --help` output.
These variables can be used like this when customizing the PHP build:
./configure PHP_BUILD_SYSTEM="..." PHP_BUILD_PROVIDER="..." ...
0 commit comments