Skip to content

Commit af6aee6

Browse files
authored
Merge pull request #38 from lyrixx/fix
Fixed typo.
2 parents c0fe489 + a060ad6 commit af6aee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ php-memprof depends on libjudy. On Debian or Ubuntu, the dependency can be
2626
installed with:
2727

2828
# install libjudy dependency:
29-
apt instal libjudy-dev
29+
apt install libjudy-dev
3030

3131
### Using PECL
3232

@@ -253,7 +253,7 @@ Example output:
253253

254254
## Troubleshooting
255255

256-
* If you are experiencing crashes, try disabling malloc hooks by setting HAVE_MALLOC_HOOKS to 0 in config.h after running configure; then run ``make clean && make && make install``. (Using malloc hooks may crash if some other extension uses threads internally.)
256+
* If you are experiencing crashes, try disabling malloc hooks by setting HAVE_MALLOC_HOOKS to 0 in config.h after running configure; then run ``make clean && make && make install``. (Using malloc hooks may crash if some other extension uses threads internally.)
257257
* The extensions may conflict with xdebug, blackfire, or other extensions. If that's the case for you, please report it.
258258

259259
## PHP versions

0 commit comments

Comments
 (0)