We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c16f12 commit 58c4104Copy full SHA for 58c4104
1 file changed
README.md
@@ -328,6 +328,12 @@ calls for finishing profiling and storing the data.
328
For this library to capture profiling data, you would need any of the profiler extension.
329
Depending on your environment (PHP version), you may need to install different extension.
330
331
+Supported profilers:
332
+ - [Tideways XHProf v5.x](#tideways-xhprof-5): PHP >= 7.0
333
+ - [XHProf](#xhprof): PHP >= 5.3, PHP >= 7.0
334
+ - [Tideways v4.x](#tideways-4x): PHP >= 7.0
335
+ - [UProfiler](#uprofiler): PHP >= 5.3, < PHP 7.0
336
+
337
### XHProf
338
339
[XHProf] supports all PHP versions.
0 commit comments