hannob / php-crashers

Example scripts that cause segfaults in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

2024 update notice

To PHP's credit, all of the examples in this repository no longer crash in modern PHP (tested with 8.3.3).

links

About

Example scripts that cause segfaults in PHP

License:The Unlicense


Languages

Language:PHP 100.0%