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
Add PHP build configuration variables to help info
This marks some environment variables as precious and they show in the
`./configure --help` output. These variables can be used like this:
./configure PHP_BUILD_SYSTEM="..." PHP_BUILD_PROVIDER="..."
when customizing the build system info on some systems and are then
displayed in the `phpinfo()` output.
0 commit comments