From 9ebae8c4b7d6e3a1f9b2101c2fc1c498637b1a8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Jun 2021 14:47:07 +0200 Subject: cleanup / reorder --- php-8.1.0-timelib.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-8.1.0-timelib.patch') 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 -- cgit