Skip to content

Commit 0554964

Browse files
authored
Update README.md
1 parent 1ea1f3d commit 0554964

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,21 @@ Example output:
251251
)
252252
)
253253

254+
## Troubleshooting
255+
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``.
257+
* The extensions may conflict with xdebug, blackfire, or other extensions. If that's the case for you, please report it.
258+
254259
## PHP versions
255260

256261
The current branch supports PHP 7 and PHP 8.
257262

258263
The php5 branch supports PHP 5.
259264

265+
## TODO
266+
267+
* Thread-safe malloc hooks
268+
260269
## How it works
261270

262271
See [INTERNALS.md][7]

0 commit comments

Comments
 (0)