leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.48k stars 372 forks source link

How to add xhprof php extension to Laragon? #662

Open izmeez opened 10 months ago

izmeez commented 10 months ago

What are the steps to add the php extension xhprof to Laragon 6?

fabianosrc commented 8 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/

izmeez commented 8 months ago

@fabianosrc Thank you. Using the link you provided and clicking on the latest version provides links for different php versions and works.

fabianosrc commented 8 months ago

@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)