Skip to content

Commit 2c280c8

Browse files
authored
Merge pull request #116 from BitOne/english_prez
Adds link to English presentation on using PHP Meminfo
2 parents b18051e + ecc1603 commit 2c280c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/hunting_down_memory_leaks.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Perhaps some array accumulates logs or caches something. This command helps you
8383
But be careful this command does not summarize multi-dimensional arrays.
8484
For resolve ID filed see the next paragraph - "Finding references to the leaked object".
8585

86-
## 4. Finding a sample of a leaked object
86+
## 4. Finding an instance of a leaked object
8787
So now, we know of what class are the object leaking. It can be multiple classes in the case of
8888
objects composed with multiple other objects.
8989

@@ -216,8 +216,11 @@ all the information needed to debug the code.
216216

217217
It's your turn to play ;)
218218

219-
Video presentation (in French)
220-
------------------------------
219+
Video presentation in English
220+
-----------------------------
221+
https://www.youtube.com/watch?v=NjIlKlFImlo
222+
223+
A French version:
221224
https://www.youtube.com/watch?v=wZjnj1PAJ78
222225

223226

0 commit comments

Comments
 (0)