Merge branch 'PHP-8.2'

This commit is contained in:
George Peter Banyard 2022-12-23 13:59:39 +00:00
commit b505562a45

View file

@ -1320,7 +1320,7 @@ PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, const char *
module_entry->handle = handle; module_entry->handle = handle;
if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {
phpdbg_error("Unable to register module %s", module_entry->name); phpdbg_error("Unable to register module %s", *name);
goto quit; goto quit;
} }