php-src/sapi
Niels Dossche 0cd3ebfc40
Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0
This hack not only breaks the handling of custom allocators, but also
breaks if zend_alloc is compiled with USE_CUSTOM_MM.
This hack is just no good, if you want leak information then use ASAN.

Closes GH-18813.
2025-06-10 19:22:24 +02:00
..
apache2handler Implement GH-10854: TSRM should set a smarter value for expected_threads (#10867) 2023-03-17 17:08:47 +01:00
cgi Merge branch 'PHP-8.2' into PHP-8.3 2024-09-26 14:13:00 -05:00
cli Fix leak+crash with sapi_windows_set_ctrl_handler() 2025-05-05 19:13:39 +02:00
embed fix GH-8533: dynamic libphp linking on Mac 2025-03-12 07:40:02 +01:00
fpm Fix GH-18595: fpm_get_status segfault 2025-05-30 22:55:53 +02:00
fuzzer Fix GH-18082: Memory leaks in fuzzer SAPI error paths 2025-03-16 16:37:59 +01:00
litespeed Address compiler warnings. 2025-05-15 11:52:49 -04:00
phpdbg Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0 2025-06-10 19:22:24 +02:00