Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.25 KB

hardcoredebuglogger

Latest Version on Packagist Total Downloads

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

Flattr this git repo