@@ -376,13 +376,17 @@ To install `tideways_xhprof` extension, see their [installation documentation][t
376376[ tideways_xhprof ] : https://github.com/tideways/php-xhprof-extension
377377[ tideways-xhprof-install ] : https://github.com/tideways/php-xhprof-extension#installation
378378
379- Alternatively on ` brew ` (macOS) you can use packages from [ kabel/pecl] or [ glensc/tap] taps:
379+ Alternatively on ` brew ` (macOS) you can use packages from [ kabel/pecl] tap:
380+
381+ ```
382+ brew install kabel/pecl/php@7.4-tideways-xhprof
383+ brew install kabel/pecl/php@8.0-tideways-xhprof
384+ brew install kabel/pecl/php@8.1-tideways-xhprof
385+ ```
380386
387+ For outdated php versions few recipes exist in [ glensc/tap] tap:
381388```
382389brew install glensc/tap/php@7.1-tideways-xhprof
383- brew install kabel/pecl/php@7.2-tideways-xhprof
384- brew install kabel/pecl/php@7.3-tideways-xhprof
385- brew install kabel/pecl/php-tideways-xhprof
386390```
387391
388392[ kabel/pecl ] : https://github.com/kabel/homebrew-pecl
@@ -408,9 +412,9 @@ pecl install xhprof
408412Alternatively on ` brew ` (macOS) you can use packages from [ kabel/pecl] tap:
409413
410414```
411- brew install kabel/pecl/php@7.2 -xhprof
412- brew install kabel/pecl/php@7.3 -xhprof
413- brew install kabel/pecl/php-xhprof
415+ brew install kabel/pecl/php@7.4 -xhprof
416+ brew install kabel/pecl/php@8.0 -xhprof
417+ brew install kabel/pecl/php@8.1 -xhprof
414418```
415419
416420[ XHProf ] : https://pecl.php.net/package/xhprof
0 commit comments