summaryrefslogtreecommitdiffstats
path: root/php-8.1.0-timelib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-8.1.0-timelib.patch')
-rw-r--r--php-8.1.0-timelib.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-8.1.0-timelib.patch b/php-8.1.0-timelib.patch
index 2512829..269f1d0 100644
--- a/php-8.1.0-timelib.patch
+++ b/php-8.1.0-timelib.patch
@@ -82,7 +82,7 @@ diff --git a/ext/date/lib/timelib.h b/ext/date/lib/timelib.h
index 7073c6c..8e82e58 100644
--- a/ext/date/lib/timelib.h
+++ b/ext/date/lib/timelib.h
-@@ -375,7 +375,8 @@ typedef struct _timelib_tzdb {
+@@ -370,7 +370,8 @@ typedef struct _timelib_tzdb {
#define TIMELIB_UNSET -99999
/* An entry for each of these error codes is also in the
@@ -92,7 +92,7 @@ index 7073c6c..8e82e58 100644
#define TIMELIB_ERROR_NO_ERROR 0x00
#define TIMELIB_ERROR_CANNOT_ALLOCATE 0x01
#define TIMELIB_ERROR_CORRUPT_TRANSITIONS_DONT_INCREASE 0x02
-@@ -383,8 +384,9 @@ typedef struct _timelib_tzdb {
+@@ -378,8 +379,9 @@ typedef struct _timelib_tzdb {
#define TIMELIB_ERROR_CORRUPT_NO_ABBREVIATION 0x04
#define TIMELIB_ERROR_UNSUPPORTED_VERSION 0x05
#define TIMELIB_ERROR_NO_SUCH_TIMEZONE 0x06