Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PHP 8.5] Use
PHP_BUILD_DATE
constant
PHP 8.5 has a [new constant named `PHP_BUILD_DATE`](https://php.watch/versions/8.5/PHP_BUILD_DATE) that contains the same value as the `phpinfo` build date. We currently use "Build date" field parsed from `phpinfo` output, but on PHP 8.5, we can simply return the `PHP_BUILD_DATE` value.
- Loading branch information