php8: update to 8.0.10

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold
2021-08-30 13:34:46 +02:00
parent 6b7193bbd1
commit 449acc7dac
4 changed files with 13 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ To be used in tandem with use_embedded_timezonedb.patch and use_embedded_timezon
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -538,6 +538,23 @@ static char* guess_timezone(const timeli
@@ -545,6 +545,23 @@ static char* guess_timezone(const timeli
DATEG(timezone_valid) = 1;
return DATEG(default_timezone);
}