Skip to content

Commit 3d97ecb

Browse files
authored
Merge pull request #95 from BenMorel/patch-1
Fix typos
2 parents 7d274ee + c1d6b84 commit 3d97ecb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Compatibility
1212
-------------
1313
PHP 5.5, 5.6, 7.0, 7.1, 7.2 and 7.3.
1414

15-
May compiles and works with PHP 5.3 and 5.4 but hasn't been tested with these versions.
15+
May compile and work with PHP 5.3 and 5.4 but hasn't been tested with these versions.
1616

17-
**Plese note that the PHP 5 version is now obsoleted and new features will only
17+
**Please note that the PHP 5 version is now obsoleted and new features will only
1818
happen in the PHP 7 version of the extension.**
1919

2020
Compilation instructions
@@ -56,7 +56,7 @@ meminfo_dump(fopen('/tmp/my_dump_file.json', 'w'));
5656

5757
This function generates a dump of the PHP memory in a JSON format. This dump can be later analyzed by the provided analyzers.
5858

59-
This functions takes a stream handle as a parameter. It allows you to specify a file (ex `fopen('/tmp/file.txt', 'w')`, as well as to use standard output with the `php://stdout` stream.
59+
This function takes a stream handle as a parameter. It allows you to specify a file (ex `fopen('/tmp/file.txt', 'w')`, as well as to use standard output with the `php://stdout` stream.
6060

6161
## Displaying a summary of items in memory
6262
```bash
@@ -146,7 +146,7 @@ $ bin/analyzer query -v -f "class=MyClassA" -f "is_root=0" /tmp/php_mem_dump.jso
146146
```
147147

148148
## Displaying the reference path
149-
The reference path is the path between a specific item in memory (identified by it's
149+
The reference path is the path between a specific item in memory (identified by its
150150
pointer address) and all the intermediary items up to the one item that is attached
151151
to a variable still alive in the program.
152152

@@ -263,7 +263,7 @@ To see the PHP Info output, just create a page calling the `phpinfo();` function
263263

264264
While doing a `make test`, some test will need JSON capabilities. But The
265265
compilation system generates a clean env by removing all configuration
266-
directives that load extension.
266+
directives that load extensions.
267267
So if JSON capabilites are packaged as a separate extension (instead of
268268
being compiled directly in the PHP runtime), the tests will be skipped.
269269

0 commit comments

Comments
 (0)