diff options
Diffstat (limited to 'lang/php8/patches/0022-Use-system-timezone.patch')
-rw-r--r-- | lang/php8/patches/0022-Use-system-timezone.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/php8/patches/0022-Use-system-timezone.patch b/lang/php8/patches/0022-Use-system-timezone.patch index d17e161be..b7ad1882c 100644 --- a/lang/php8/patches/0022-Use-system-timezone.patch +++ b/lang/php8/patches/0022-Use-system-timezone.patch @@ -13,11 +13,9 @@ To be used in tandem with use_embedded_timezonedb.patch and use_embedded_timezon ext/date/php_date.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -diff --git a/ext/date/php_date.c b/ext/date/php_date.c -index 8c0f5a6..6b650ac 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c -@@ -538,6 +538,23 @@ static char* guess_timezone(const timelib_tzdb *tzdb) +@@ -538,6 +538,23 @@ static char* guess_timezone(const timeli DATEG(timezone_valid) = 1; return DATEG(default_timezone); } |