Hi,
Now handle member of zend_module_entry is getting populated(see php_dl
function inside the ext/standard/dl.c).
But it will not help as it should be set before calling
zend_register_module_ex.(As this function copies the whole
zend_module_entry to module_registry which is later used when trying
Hi,
Now handle member of zend_module_entry is getting populated(see php_dl
function inside the ext/standard/dl.c).
But it will not help as it should be set before calling
zend_register_module_ex.(As this function copies the whole
zend_module_entry to module_registry which is later used when trying