Derick Rethans
695df88fbf
Merge branch 'PHP-8.4' into PHP-8.5
...
* PHP-8.4:
Update generated parser file
2026-01-14 14:22:06 +00:00
Derick Rethans
c929f2aa87
Update generated parser file
2026-01-14 14:21:29 +00:00
Derick Rethans
42dc6aaee0
Merge branch 'PHP-8.4'
2025-09-15 10:40:45 +01:00
Derick Rethans
a0329dbab0
Update timelib to 2022.14
2025-09-15 10:38:53 +01:00
Derick Rethans
62eaa71c4b
Regenerate timelib parser files with --output <filename>
2025-09-11 13:16:58 +01:00
Derick Rethans
40d06fb645
Import timelib 2022.12
2024-09-11 17:30:57 +01:00
Derick Rethans
28dabaab2f
Import timelib 2022.10
2023-11-23 16:06:00 +00:00
Derick Rethans
851890bd9c
Import timelib 2022.09
2023-08-03 09:42:31 +01:00
Derick Rethans
c02ac26685
Import timelib 2022.08
2023-07-11 16:27:15 +01:00
Derick Rethans
639bfbc217
Sync timelib to 2022.05 to address OSS Fuzzer issues
2023-01-25 10:49:48 +00:00
Derick Rethans
f340854a30
Merge branch 'PHP-8.1' into PHP-8.2
2023-01-10 15:16:32 +00:00
Derick Rethans
d12ba111e0
Fixed GH-10218: DateTimeZone fails to parse time zones that contain the "+" character
2023-01-10 15:15:49 +00:00
Derick Rethans
1316a5b8fb
Merge branch 'PHP-8.1' into PHP-8.2
2022-12-01 11:08:38 +00:00
Derick Rethans
c87c803b96
Some (old, backwards compatible) TZIDs can have numbers in them
2022-12-01 10:58:37 +00:00
Derick Rethans
41fef8b849
Import timelib 2022.03
2022-11-30 15:58:02 +00:00
Derick Rethans
83b714d788
Merge branch 'PHP-8.1' into PHP-8.2
2022-11-30 15:55:46 +00:00
Derick Rethans
818b46acb0
Import timelib 2021.18
2022-11-30 15:42:11 +00:00
Derick Rethans
06d4c70e51
Integrate timelib 2022.02
...
- Fixed #124 : Can't parse INT_MIN
- Added a new API, timelib_get_time_zone_offset_info, which reduces allocation
speeding up algorithms (Alberto Massari)
- Accelerate the do_range_limit_days algorythm by advancing multiple months in
a single call (Alberto Massari)
Including fixes from 2021.17:
- Fixed 'const' and other compiler warnings
- Use new 'PACKRAT' format to prevent old timestamps from becoming incorrect
- New 2022b data file
- Fixed PHP GH-9165: strtotime translates a date-time with DST/non-DST hour
differently
2022-09-14 16:33:05 +01:00
Derick Rethans
4a5202293b
Merge timelib 2021.17
2022-09-14 10:40:59 +01:00
Nikita Popov
40af94a24c
Fix unused-but-set-variable warnings in timelib
2022-07-28 22:29:42 +02:00
Derick Rethans
8ea587a305
Import timelib 2022.01
2022-07-22 15:34:57 +01:00
Derick Rethans
355995735b
Fixed diff, again
2022-07-21 12:11:42 +01:00
Derick Rethans
b510868bb8
Adjust existing tests for fixed bugs
2022-05-20 13:18:26 +01:00
Derick Rethans
546abc4bc6
Integrate timelib 2021.12
2022-05-20 13:18:26 +01:00
Dmitry Stogov
6871a49b66
Fix timelib_parse_zone() performance problem.
...
This makes "new DateTimeZone("Europe/London");" 170 times faster.
This is a hotfix for https://github.com/derickr/timelib/pull/99
2021-08-31 15:29:05 +03:00
Derick Rethans
8426623521
Upgrade timelib to 2021.06
...
Fixes among others:
. Bug #79580 (date_create_from_format misses leap year).
. Bug #80974 (Wrong diff between 2 dates in different timezones).
. Bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds).
. Bug #81273 (Date interval calculation not correct).
2021-08-08 13:41:33 +01:00
Nikita Popov
eb8ad30cf1
Fix quadratic slowdown under asan in timelib
...
This is a hotfix for https://github.com/derickr/timelib/pull/94
until the issue is resolved upstream.
2021-02-16 11:56:17 +01:00
Derick Rethans
5a3c1f61d4
Merge branch 'PHP-8.0' into master
2020-12-21 10:32:17 +00:00
Derick Rethans
288332077f
Fixed bug #80376 (last day of the month causes runway cpu usage)
2020-12-21 10:31:41 +00:00
Derick Rethans
b043759cb4
Fixed bug #80376 (last day of the month causes runway cpu usage)
2020-12-21 10:30:40 +00:00
Derick Rethans
8ec906563c
Update timelib to 2020.02
2020-08-31 12:23:54 +01:00
Derick Rethans
0bc8785b61
Update timelib to 2020.01
2020-08-31 12:03:08 +01:00
Derick Rethans
778902db63
Update timelib to 2018.04
2020-08-31 11:41:41 +01:00
Derick Rethans
9c608bd13f
Upgrade timelib to 2018.01RC1, to fix bug #77007
2018-10-12 11:50:36 +01:00
Derick Rethans
09340ea9b9
Fixed bug #75577 : DateTime::createFromFormat does not accept 'v' format specifier, by updating timelib to 2018.01alpha2
2018-10-09 11:08:40 +01:00
Peter Kokot
8d3f8ca12a
Remove unused Git attributes ident
...
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
Derick Rethans
3152d44b36
Merge branch 'PHP-7.2'
2018-01-31 11:56:11 +00:00
Derick Rethans
5feb53964f
Sync with timelib 2017.06
2018-01-31 11:55:35 +00:00
Gabriel Caruso
6400264856
Trailing whitespaces
...
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com >
2018-01-03 14:38:00 +01:00
Anatol Belski
e97b10f1a0
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()
Apply upstream patch for CVE-2016-1283
2017-10-24 13:45:16 +02:00
Anatol Belski
4d31ee9043
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()
Apply upstream patch for CVE-2016-1283
2017-10-24 13:44:03 +02:00
Anatol Belski
5efbcd1882
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()
Apply upstream patch for CVE-2016-1283
2017-10-24 13:38:48 +02:00
Anatol Belski
a7815e63bd
Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()
2017-10-24 11:28:17 +02:00
Derick Rethans
c0383b5039
Upgrade timelib to 2017.05beta9
2017-09-04 22:45:34 +01:00
Derick Rethans
7121b8d0a2
Do the revert properly, and put back fraction support in 7.1
2017-08-16 15:59:56 +01:00
Derick Rethans
60a6feed07
Revert "Upgrade timelib to 2017.05beta7"
...
This reverts commit bdd56f3107 .
2017-08-16 15:19:18 +01:00
Derick Rethans
bdd56f3107
Upgrade timelib to 2017.05beta7
2017-08-15 14:10:23 +01:00
Stanislav Malyshev
0496f5407f
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435 : Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807
2017-07-04 19:44:51 -07:00
Derick Rethans
e8b7698f5e
Fixed parsing of strange formats with mixed month/day and time strings
2017-07-04 19:19:30 -07:00
Nuno Lopes
d26b8804d0
fix gcov coverage
2016-11-16 15:11:07 -05:00