php-src/sapi
Niels Dossche 8cb15f6203 Fix crashes in function registration + test
Internal function won't need their refcount increased as they outlive
the debugger session, and userland functions won't be unloaded either.
So no refcount management is necessary for registered functions.
2025-01-06 20:17:25 +00:00
..
apache2handler sapi/apache2handler/php_functions.c: No need to rely on argnum (#16143) 2024-09-30 22:09:17 +01:00
cgi sapi: Fix some variable shadowing (#16485) 2024-10-17 22:46:23 +01:00
cli sapi/cli: Refactor process title setting code (#17177) 2024-12-16 22:50:06 +00:00
embed Merge branch 'PHP-8.3' into PHP-8.4 2024-12-24 14:38:13 +01:00
fpm Merge branch 'PHP-8.4' 2024-12-27 21:48:58 +01:00
fuzzer Autotools: Sync CS in sapi/fuzzer (#15417) 2024-08-15 11:38:34 +02:00
litespeed Autotools: Sync CS in sapi/litespeed (#15409) 2024-08-14 21:38:36 +02:00
phpdbg Fix crashes in function registration + test 2025-01-06 20:17:25 +00:00