Skip to content

Commit 52e23dc

Browse files
committed
Convert old verror to docref error in GD
1 parent 0f36d21 commit 52e23dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ void php_gd_error_method(int type, const char *format, va_list args)
10831083
default:
10841084
type = E_ERROR;
10851085
}
1086-
php_verror(NULL, "", type, format, args);
1086+
php_error_docref(NULL, type, format, args);
10871087
}
10881088
/* }}} */
10891089

0 commit comments

Comments
 (0)