Example scripts that cause segfaults in PHP
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
class-clone-recursion.php
class-destruct-construct-recursion.php
class-sleep-recursion.php
class-tostring-recursion.php
generator-recursion.php
pcre-backtracking.php

README.md

php-crashers

Example scripts that cause segfaults in PHP

description

PHP is a memory safe language with a garbage collector, thus it usually shouldn't crash unless there is a bug.

However while analyzing why PHP services crash I occasionally found situations where PHP crashed that the PHP developers didn't consider worth fixing. I'll collect them here.

links