Commit 278df1d
[PHP 8.5] Use
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.PHP_BUILD_DATE constant1 parent a53c9f8 commit 278df1d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments