Skip to content

Commit eda2815

Browse files
committed
Revert "Convert old verror to docref error in GD"
As it seems I don't know how to read C code. This reverts commit 52e23dc.
1 parent de057fd commit eda2815

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_error_docref(NULL, type, format, args);
1086+
php_verror(NULL, "", type, format, args);
10871087
}
10881088
/* }}} */
10891089

0 commit comments

Comments
 (0)