php-src/sapi
Niels Dossche 97b03186c4
Fix GH-15208: Segfault with breakpoint map and phpdbg_clear()
It crashes because it's gonna try accessing the breakpoint which was cleared
by user code in `phpdbg_clear();`. Not all breakpoint data was properly
cleaned.

Closes GH-16953.
2024-11-26 22:26:37 +01:00
..
apache2handler Merge branch 'PHP-8.1' into PHP-8.2 2022-12-13 15:24:07 +01:00
cgi Merge branch 'PHP-8.1' into PHP-8.2 2024-09-26 13:13:46 -05:00
cli Fix GHSA-4w77-75f9-2c8w 2024-11-20 11:07:28 +01:00
embed Refacto php_module_startup() (#8303) 2022-04-27 23:07:11 +01:00
fpm Fix GH-16432: PHP-FPM 8.2 SIGSEGV in fpm_get_status 2024-11-08 16:44:05 +01:00
fuzzer Fix GH-13978: Fuzzer readme still mentions obsolete --enable-json flag (#13983) 2024-04-16 22:16:51 +02:00
litespeed Set libtool tag per command instead of global one 2024-01-10 09:09:45 +01:00
phpdbg Fix GH-15208: Segfault with breakpoint map and phpdbg_clear() 2024-11-26 22:26:37 +01:00