Open izmeez opened 10 months ago
this doesn't depend on laragon, it depends on your php version. Please, check this link: https://windows.php.net/downloads/pecl/releases/xhprof/
@fabianosrc Thank you. Using the link you provided and clicking on the latest version provides links for different php versions and works.
@izmeez. Great, download according to your php version. This link has several versions, starting with PHP 5.3. To enable the extension, you download, extract the file from your php ext directory and add it to your php.ini, example: extension=xhprof, or extension=php_xhprof.dll (depending on the php version)
What are the steps to add the php extension xhprof to Laragon 6?