repat/hardcoredebuglogger

HardCoreDebugLogger helps you find segfaults

dev-master 2019-04-22 16:09 UTC

This package is auto-updated.

Last update: 2024-04-23 20:32:44 UTC


README

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