We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f21029 commit 39eb121Copy full SHA for 39eb121
2 files changed
profiling/tests/phpt/exceptions_01.phpt
@@ -10,7 +10,7 @@ if (!extension_loaded('datadog-profiling'))
10
ob_start();
11
phpinfo(INFO_MODULES);
12
$info = ob_get_clean();
13
-if (strpos($info, 'Experimental Exception Profiling Enabled') === false)
+if (strpos($info, 'Exception Profiling Enabled') === false)
14
echo "skip: datadog profiler is compiled without exception profiling support\n";
15
?>
16
--ENV--
profiling/tests/phpt/gc_collect_cycles_01.phpt
-if (strpos($info, 'Experimental Timeline Enabled') === false)
+if (strpos($info, 'Timeline Enabled') === false)
echo "skip: datadog profiler is compiled without timeline support\n";
0 commit comments