doc-en
doc-en copied to clipboard
Add PHP_BUILD_DATE and PHP_BUILD_PROVIDER constants
Document two new predefined constants introduced in PHP 8.5.0:
- PHP_BUILD_DATE: Returns the date and time when PHP was built
- PHP_BUILD_PROVIDER: Returns the provider who built PHP
Ref: https://github.com/php/doc-en/issues/4886