Skip to content

Commit

Permalink
Update Docs / Language APIs & SDKs / PHP - Requirements for PHP versi…
Browse files Browse the repository at this point in the history
…on (#5539)

Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 2ddb450 commit 63d9caf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/docs/languages/php/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63d9caf

Please sign in to comment.