File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,24 @@ Some Notes:
325325 * The waterfall display is still very much in alpha.
326326 * Feedback and pull requests are welcome :)
327327
328+ Using Tideways Extension
329+ ========================
330+
331+ The XHProf PHP extension is not compatible with PHP7.0+. Instead you'll need to
332+ use the [ tideways extension] ( https://github.com/tideways/php-profiler-extension ) .
333+
334+ Once installed, you can use the following configuration data:
335+
336+ ``` ini
337+ [tideways]
338+ extension =" /path/to/tideways/tideways.so"
339+ tideways.connection =unix:///usr/local/var/run/tidewaysd.sock
340+ tideways.load_library =0
341+ tideways.auto_prepend_library =0
342+ tideways.auto_start =0
343+ tideways.sample_rate =100
344+ ```
345+
328346Releases / Changelog
329347====================
330348
You can’t perform that action at this time.
0 commit comments