File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33![ Supported PHP versions: 7.1 ... 8.x] ( https://img.shields.io/badge/php-7.1%20...%208.x-blue.svg ) [ ![ Build Status] ( https://travis-ci.com/arnaud-lb/php-memory-profiler.svg?branch=v2 )] ( https://travis-ci.com/arnaud-lb/php-memory-profiler )
44
5- php-memprof is a fast and accurate memory profiling extension for PHP that can be used to detect memory leaks.
5+ php-memprof is a fast and accurate memory profiling extension for PHP that can be used to find the cause of memory leaks.
66
77## Features
88
@@ -24,13 +24,13 @@ installed with:
2424
2525### Using PECL
2626
27- Make sure to install dependencies, and then:
27+ Make sure to install [ dependencies] ( #dependencies ) , and then:
2828
2929 pecl install memprof
3030
3131### Manually
3232
33- Make sure to install dependencies, and then:
33+ Make sure to install [ dependencies] ( #dependencies ) , and then:
3434
3535Download the source and run the following commands in the source directory:
3636
@@ -71,7 +71,7 @@ one it its variants to dump the memory profile.
7171This can be done at anytime during the program, ideally when the leak is large,
7272so that it will be more visible in the profile.
7373
74- This can be done multiple times during the same execution, if necessary.
74+ This can be done multiple times during the same execution, but this is not necessary.
7575
7676### 3. Visualizing the profile
7777
You can’t perform that action at this time.
0 commit comments