1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

289 Commits

Author SHA1 Message Date
Pierre Joye 93af22bbb9 - fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too) 2011-12-07 08:39:43 +00:00
Derick Rethans ac631dd580 - Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
  DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
  format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
  DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans 8889fcacc2 - Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp. 2011-12-06 06:04:24 +00:00
Derick Rethans dc6ecd21ee - Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D"). 2011-11-26 16:44:21 +00:00
Derick Rethans c2ede9a00a - Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
years).
2011-11-25 15:51:37 +00:00
Derick Rethans a02ca5c881 - Fixed bug #60236 (TLA timezone dates are not converted properly from
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
  time zone type 2).

And fixed some test cases.
2011-11-24 17:13:47 +00:00
Derick Rethans c1d520d19d - Updated to version 2011.14 (2011n) 2011-11-02 10:58:51 +00:00
Derick Rethans d74a8a6e3f - Updated to version 2011.13 (2011m) 2011-10-24 15:19:08 +00:00
Derick Rethans 6c1fe05d61 - Updated to version 2011.12 (2011l) 2011-10-10 08:05:55 +00:00
Derick Rethans 1cab3610de - Updated to version 2011.11 (2011k) 2011-09-26 17:23:00 +00:00
Derick Rethans 8b39370878 - Updated to version 2011.10 (2011j) 2011-09-12 15:49:12 +00:00
Derick Rethans 6edfc470fa - Updated to version 2011.9 (2011i) 2011-08-29 16:37:56 +00:00
Derick Rethans 7c1bdf2c45 - Updated to version 2011.8 (2011h) 2011-06-27 11:47:43 +00:00
Nuno Lopes ddac85a947 properly regen file to fix coverage data 2011-06-23 14:58:02 +00:00
Stanislav Malyshev bbf1904f3d fix error reporting on missing data - don't produce double errors 2011-06-19 18:55:48 +00:00
Derick Rethans 9437d4cea4 - Fixed bug where the DateTime object got changed while using date_diff(). 2011-06-17 16:38:23 +00:00
Hannes Magnusson 6f56bf1cfc Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) 2011-06-05 13:30:01 +00:00
Johannes Schlüter 0f7d022eea - Fix a few more memleaks found by parfait 2011-05-16 21:29:45 +00:00
Derick Rethans 9c285fddbb - Updated to version 2011.7 (2011g) 2011-04-30 20:18:51 +00:00
Derick Rethans fee45b7a5f - Updated to version 2011.5 (2011e) 2011-04-01 11:24:49 +00:00
Nuno Lopes 301eda5b6d MFB (r309775): fix last commit 2011-03-28 09:11:28 +00:00
Adam Harvey e1c16f119c Fix bug #54316 (DateTime::createFromFormat does not handle trailing '|'
correctly).
2011-03-21 09:40:52 +00:00
Derick Rethans 8553a94476 - Updated to version 2011.4 (2011d) 2011-03-14 18:56:02 +00:00
Scott MacVicar a5339945c6 Add a version number to timelib for other projects that use it.
This has the same version scheme as timezonedb.

<year><release-padded-to-two>
2011-03-09 20:06:52 +00:00
Derick Rethans a37cf682d8 - Updated to version 2011.3 (2011c) 2011-03-07 14:55:28 +00:00
Derick Rethans ef95075cdc - Updated to version 2011.2 (2011b) 2011-02-15 16:26:42 +00:00
Derick Rethans 334c7417fb - Updated to version 2011.1 (2011a) 2011-01-24 16:45:56 +00:00
Ilia Alshanetsky cd32d5792e Optimize unix timestamp to date-string conversion for very high year values 2011-01-05 04:13:23 +00:00
Scott MacVicar 4212e4e90c Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this. 2011-01-03 19:24:04 +00:00
Derick Rethans 8ece8ad314 - Added the + modifier to parseFromFormat to allow trailing text in the
string to parse without throwing an error.
#- Patch by Stas, test case by me.
2010-12-12 17:17:16 +00:00
Derick Rethans 457aba4460 - Fixed a few test cases
- Updated timezone mapping table; to remove unparsable timezones.
2010-12-12 16:06:41 +00:00
Derick Rethans 8ca9251c8b - MFH: Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.
2010-11-13 15:01:48 +00:00
Derick Rethans 3c8e64f962 - Don't show timezone if it wasn't found while parsing. 2010-11-13 14:57:47 +00:00
Derick Rethans d763e535cc - Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
#- There are a few more things to come, once ready, I'll regenerate the .c file
#  and merge.
2010-11-13 12:56:21 +00:00
Derick Rethans 8f8b24866d - Updated to version 2010.15 (2010o) 2010-11-01 17:55:42 +00:00
Derick Rethans 5ff86a16d2 - Updated to version 2010.13 (2010m) 2010-09-27 13:57:42 +00:00
Derick Rethans 1fc5e47fb6 - Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick) 2010-08-30 16:40:29 +00:00
Derick Rethans fcc22c6af3 - Fixed bug #52454 (Relative dates and getTimestamp increments by one day) 2010-08-30 16:25:52 +00:00
Derick Rethans ab6789a0ef - Fixed bug #52668 (Iterating over a dateperiod twice is broken). 2010-08-30 15:32:09 +00:00
Derick Rethans 1bae298a07 - Updated to version 2010.12 (2010l) 2010-08-16 12:48:53 +00:00
Derick Rethans dcfa7ee212 - Updated to version 2010.11 (2010k) 2010-08-16 09:32:51 +00:00
Kalle Sommer Nielsen c0f3aca5a3 Update the re2c files aswell (bug #51943) 2010-07-14 00:04:43 +00:00
Kalle Sommer Nielsen aeb1dc7cc4 Fixed bug #51943 (Several files are out of ANSI spec)
# Based on patch by CoreyStup at gmail dot com
2010-07-13 23:59:54 +00:00
Derick Rethans e743bcd862 - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >
28 days). (Derick)
2010-05-04 15:11:41 +00:00
Derick Rethans 63a153eefd - Updated to version 2010.9 (2010i) 2010-04-28 23:03:36 +00:00
Derick Rethans e4db0915bd - Updated to version 2010.7 (2010g) 2010-03-29 17:22:53 +00:00
Adam Harvey a2edb7f69c Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). 2010-03-26 04:31:26 +00:00
Derick Rethans 6a759c0692 - Updated to version 2010.5 (2010e) 2010-03-08 20:08:51 +00:00
Derick Rethans 3025ca8e17 - Fixed bug #46111 (Some timezone identifiers can not be parsed). 2010-03-07 19:18:06 +00:00
Derick Rethans b42dc0d061 - Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.
2010-03-07 19:13:19 +00:00