diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-13 08:55:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-13 08:55:49 +0200 |
commit | 57241c39b08bb51e92b3e32684ce6504ab83fc62 (patch) | |
tree | 9c7c872bff821ec19f976074dc878ebc7d654020 /php-timelib.patch | |
parent | 09ca307dce43d641c12b3335dd3df24b626cf7c0 (diff) |
v7.2.0RC2
Diffstat (limited to 'php-timelib.patch')
-rw-r--r-- | php-timelib.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/php-timelib.patch b/php-timelib.patch deleted file mode 100644 index dd8d8cf..0000000 --- a/php-timelib.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/timelib_private.h b/timelib_private.h -index cd402e0..efc7c80 100644 ---- a/ext/date/lib/timelib_private.h -+++ b/ext/date/lib/timelib_private.h -@@ -115,7 +115,7 @@ - m = NULL; \ - } - --typedef struct ttinfo -+struct ttinfo - { - int32_t offset; - int isdst; -@@ -123,13 +123,13 @@ typedef struct ttinfo - - unsigned int isstdcnt; - unsigned int isgmtcnt; --} ttinfo; -+}; - --typedef struct tlinfo -+struct tlinfo - { - int32_t trans; - int32_t offset; --} tlinfo; -+}; - - - #ifndef LONG_MAX |