repat / hardcoredebuglogger
HardCoreDebugLogger helps you find segfaults
dev-master
2019-04-22 16:09 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-10-23 21:27:58 UTC
README
hardcoredebuglogger is a package to debug PHP segfaults, taken from this GitHub gist by lyrixx from Jolicode. He also wrote a blog article about it.
Installation
$ composer require repat/hardcoredebuglogger
Usage
Put this in the file you want to debug:
declare(ticks=1); \repat\HardCoreDebugLogger::register();
Version
- Version 0.1
Contact
repat
- Homepage: https://repat.de
- e-mail: repat@repat.de
- Twitter: @repat123