Skip to content

Commit b505562

Browse files
committed
Merge branch 'PHP-8.2'
2 parents 292f69b + 0100dbd commit b505562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg_prompt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, const char *
13201320
module_entry->handle = handle;
13211321

13221322
if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {
1323-
phpdbg_error("Unable to register module %s", module_entry->name);
1323+
phpdbg_error("Unable to register module %s", *name);
13241324

13251325
goto quit;
13261326
}

0 commit comments

Comments
 (0)