From 3b364175bdeb2c293a1d05f12598f03ed0cc5df5 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Wed, 12 Feb 2025 15:46:47 +0100 Subject: [PATCH] Added supported versions of instrumented frameworks (#166) --- docs/supported-technologies.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/supported-technologies.md b/docs/supported-technologies.md index 6492d2f..a30070a 100644 --- a/docs/supported-technologies.md +++ b/docs/supported-technologies.md @@ -11,6 +11,8 @@ - php-cgi/fcgi - mod_php (prefork) +EDOT PHP supports all popular variations of using PHP in combination with a web server, such as Apache + mod_php, Apache + php_fpm or cgi, NGINX + php_fpm or cgi, and others. + ## Supported Operating Systems - **Linux** - Architectures: **x86_64** and **ARM64** @@ -18,14 +20,14 @@ - **musl libc-based systems (Alpine Linux)**: Packages available as **APK** ## Instrumented Frameworks -- Laravel -- Slim +- Laravel (v6.x/v7.x/v8.x/v9.x/v10.x/v11.x) +- Slim (v4.x) ## Instrumented Libraries -- Curl -- HTTP Async -- MySQLi -- PDO +- Curl (v8.1 - v8.4) +- HTTP Async (php-http/httplug v2.x) +- MySQLi (v8.1 - v8.4) +- PDO (v8.1 - v8.4) ## Additional Features - Automatic Root/Transaction Span