From 96ae0a69be12671629cf579ea60a03a78cfabc20 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Tue, 9 Apr 2024 09:47:35 +0200 Subject: [PATCH] docs: Update CakePHP & CodeIgniter support --- content/en/tracing/trace_collection/compatibility/php.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/tracing/trace_collection/compatibility/php.md b/content/en/tracing/trace_collection/compatibility/php.md index 5d57a619f479c..2dcc6a0698a7b 100644 --- a/content/en/tracing/trace_collection/compatibility/php.md +++ b/content/en/tracing/trace_collection/compatibility/php.md @@ -96,9 +96,8 @@ The following table enumerates some of the frameworks and versions Datadog succe | Module | Versions | Support Type | Instrumentation level | |:---------------|:----------------------------------------|:---------------------------|:--------------------------------| -| CakePHP | 2.x | All supported PHP versions | Framework-level instrumentation | -| CodeIgniter | 2.x | PHP 7+ | Framework-level instrumentation | -| CodeIgniter | 3.x | PHP 7+ | Generic web tracing | +| CakePHP | 2.x, 3.x, 4.x, 5.x | All supported PHP versions | Framework-level instrumentation | +| CodeIgniter | 2.x, 3.x | PHP 7+ | Framework-level instrumentation | | Drupal | | All supported PHP versions | Framework-level instrumentation | | FuelPHP | 1.1 | PHP 7+ | Generic web tracing | | Laminas | | All supported PHP versions | Framework-level instrumentation |