diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-08 14:47:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-08 14:47:07 +0200 |
commit | 9ebae8c4b7d6e3a1f9b2101c2fc1c498637b1a8d (patch) | |
tree | 40802f4091c3d746ad3547c5f013196fc0578f98 /php-8.1.0-timelib.patch | |
parent | 81f8123a651c20023eaca8fae5b41b2c4390809a (diff) |
cleanup / reorder
Diffstat (limited to 'php-8.1.0-timelib.patch')
-rw-r--r-- | php-8.1.0-timelib.patch | 4 |
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 |