Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 713 Bytes

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