Skip to content

Commit 53cefd4

Browse files
committed
Merge branch 'PHP-8.2'
2 parents 4744789 + 49c0298 commit 53cefd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,7 @@ static void update_errors_warnings(timelib_error_container **last_errors) /* {{{
22762276

22772277
if ((*last_errors)->warning_count || (*last_errors)->error_count) {
22782278
DATEG(last_errors) = *last_errors;
2279+
return;
22792280
}
22802281

22812282
timelib_error_container_dtor(*last_errors);

0 commit comments

Comments
 (0)