History log of /PHP-8.2/ext/dl_test/dl_test.c (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 882cc4f8 03-Nov-2023 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# a8c6c616 07-Oct-2023 Jakub Zelenka

Fix GH-9921: Loading ext in FPM config does not register module handlers

Closes GH-12377

# 1ad59b32 30-Aug-2022 George Peter Banyard

Update INI validator and displayers depending on INI type

Closes GH-9451

# 4a9c0011 17-Jun-2022 twosee

Add clean_module_functions() (#8763)

Add clean_module_functions() to clean functions which are registered by zend_register_functions().
The general logic of clean_module_functions() is c

Add clean_module_functions() (#8763)

Add clean_module_functions() to clean functions which are registered by zend_register_functions().
The general logic of clean_module_functions() is consistent with clean_module_classes().

show more ...

# f07a08df 06-May-2022 Arnaud Le Blanc

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

Fixes GH-8185