mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
b505562a45
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, const char *
|
|||
module_entry->handle = handle;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue