php-src/ext/dl_test
Ilija Tovilo 452c5ac989
Fix incorrect filename of dl()'d internal consts (#16721)
We should only attempt to fetch the current filename for user constants. dl()
may attempt to register internal constants after execution has already started,
thus incorrectly linking the user file invoking dl().

See GH-16663
2024-11-07 14:53:12 +01:00
..
tests [skip ci] Fix borked xleak skip on <PHP-8.3 2023-09-01 12:39:03 +02:00
config.m4 Autotools: Mark always-shared extensions with ext_shared variable (#15739) 2024-09-04 23:28:29 +02:00
config.w32
dl_test_arginfo.h Fix incorrect filename of dl()'d internal consts (#16721) 2024-11-07 14:53:12 +01:00
dl_test.c Fix incorrect filename of dl()'d internal consts (#16721) 2024-11-07 14:53:12 +01:00
dl_test.stub.php Fix incorrect filename of dl()'d internal consts (#16721) 2024-11-07 14:53:12 +01:00
php_dl_test.h