Update Docs / Language APIs & SDKs / PHP - Requirements for PHP version (#5539)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Severin Neumann <neumanns@cisco.com>
This commit is contained in:
parent
2ddb450d31
commit
63d9caf5a8
|
|
@ -17,8 +17,13 @@ cSpell:ignore: mbstring opcache
|
|||
|
||||
## Requirements
|
||||
|
||||
OpenTelemetry for PHP requires a minimum PHP version of 7.4, and
|
||||
auto-instrumentation requires version 8.0+.
|
||||
OpenTelemetry SDK for PHP aims to support all officially supported PHP versions
|
||||
according to
|
||||
[www.php.net/supported-versions](https://www.php.net/supported-versions.php),
|
||||
and support will be dropped for PHP versions within 12 months of that version
|
||||
going End of Life.
|
||||
|
||||
Auto-instrumentation requires PHP version 8.0+.
|
||||
|
||||
### Dependencies
|
||||
|
||||
|
|
|
|||
|
|
@ -14379,6 +14379,10 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-01-18T19:56:36.773243-05:00"
|
||||
},
|
||||
"https://www.php.net/supported-versions.php": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-11-28T12:19:39.104666932Z"
|
||||
},
|
||||
"https://www.postgresql.org/docs/current/errcodes-appendix.html": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-10-09T10:19:27.445768+02:00"
|
||||
|
|
|
|||
Loading…
Reference in New Issue