mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
php7: Fix compilation without deprecated OpenSSL APIs
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b81a2bd384)
This commit is contained in:
committed by
Michael Heimpold
parent
53742f130c
commit
a176ffa0a1
@@ -17,7 +17,7 @@ diff --git a/ext/date/php_date.c b/ext/date/php_date.c
|
||||
index cbe6e91..1999c83 100644
|
||||
--- a/ext/date/php_date.c
|
||||
+++ b/ext/date/php_date.c
|
||||
@@ -1003,6 +1003,23 @@ static char* guess_timezone(const timelib_tzdb *tzdb)
|
||||
@@ -1016,6 +1016,23 @@ static char* guess_timezone(const timelib_tzdb *tzdb)
|
||||
DATEG(timezone_valid) = 1;
|
||||
return DATEG(default_timezone);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user