History log of /PHP-8.2/ext/standard/tests/general_functions/dl-002.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# f39b5c4c 11-Oct-2023 Ilija Tovilo

Close PHP tags in tests

Closes GH-12422


# 8c243c21 22-Jun-2023 Ilija Tovilo

[skip ci] Skip dl tests on asan

These tests fail intermittently on ASAN on GitHub actions. We cannot reproduce
this locally.


# 332bd037 13-May-2022 Arnaud Le Blanc

Do not optimize out ini_get() when the entry does not exist during compilation (#8507)

The entry may exist later if dl is enabled

Fixes GH-8466


# f07a08df 06-May-2022 Arnaud Le Blanc

Fix unregistering ini entries of dynamically loaded extension (#8435)

Fixes GH-8185