History log of /PHP-8.4/sapi/phpdbg/tests/register_function.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1235c748 06-Jan-2025 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

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.

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.

show more ...