Skip to content

Commit 52d6ceb

Browse files
authored
Update README.md
1 parent 0554964 commit 52d6ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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``.
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)