Commit Graph

623 Commits

Author SHA1 Message Date
Nuno Lopes
301eda5b6d MFB (r309775): fix last commit 2011-03-28 09:11:28 +00:00
Felipe Pena
2adf58cfcf - Fixed bug #54283 (new DatePeriod(NULL) causes crash) 2011-03-23 01:22:18 +00:00
Adam Harvey
991ba13174 Fix bug #54340 (DateTime::add() method bug). 2011-03-22 08:33:22 +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
Daniel Convissor
e718cfd09d Add DateInterval format() tests. 2011-02-11 01:33:45 +00:00
Daniel Convissor
07afcb59f6 Add extensive tests for DateTime::diff(), add() and sub(). 2011-02-10 22:57:41 +00:00
Stanislav Malyshev
1e91069eb4 Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp) 2011-01-30 10:18:12 +00:00
Stanislav Malyshev
5bb0a44e06 Fix bug #52808 (Segfault when specifying interval as two dates) 2011-01-30 08:54:53 +00:00
Derick Rethans
e1a4b5439d - Let's keep this consistent in the whole file. 2011-01-25 15:08:19 +00:00
Ilia Alshanetsky
05b2d22a00 removed un-used variable 2011-01-24 20:58:09 +00:00
Derick Rethans
334c7417fb - Updated to version 2011.1 (2011a) 2011-01-24 16:45:56 +00:00
Stanislav Malyshev
68512f85c4 fix tests 2011-01-24 02:48:15 +00:00
Stanislav Malyshev
1a8b87d2c5 Fixed bug #5273 (Can't use new properties in class extended from DateInterval) 2011-01-24 02:31:48 +00:00
Stanislav Malyshev
a6c0a4e474 Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null default value) 2011-01-24 01:15:41 +00:00
Pierre Joye
e0af377bd8 - be sure that we got tzid by adding a default case 2011-01-20 07:05:34 +00:00
Derick Rethans
8e73b70806 - Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
big-endian systems). (Patch by rein@basefarm.no)
2011-01-12 19:50:09 +00:00
Ilia Alshanetsky
92ce32032d Added test 2011-01-05 14:41:50 +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
Felipe Pena
0203cc3d44 - Year++ 2011-01-01 02:17:06 +00:00
Derick Rethans
3a03c53dbd - Fixed a bug in DateTime->modify() where absolute date/time statements had no
effect.
2010-12-15 21:45:25 +00:00
Pierre Joye
52563ea0a3 - fix header install 2010-12-14 13:10:25 +00:00
Stanislav Malyshev
91ad5e7369 add & fix tests for lenient parsing 2010-12-12 22:38:05 +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
Pierre Joye
a7ffa09e18 - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
Derick Rethans
0ca25d5406 - Fixed two more test cases. 2010-11-28 16:27:49 +00:00
Derick Rethans
8658cfe423 - Fixed a few test cases. 2010-11-28 13:41:06 +00:00
Derick Rethans
d475703660 - Copied test cases (that all fail?!) from 5.3 to trunk. 2010-11-13 16:30:22 +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
Kalle Sommer Nielsen
a3161aa091 Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros 2010-09-27 01:19:57 +00:00
Derick Rethans
9146218e2e - Keep 5.3 and trunk in sync. 2010-08-30 16:50:10 +00:00
Derick Rethans
12491aaefa - Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp). 2010-08-30 16:48:21 +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
974f1ff2e9 - Test for (non-)bug #52577. 2010-08-30 15:40:36 +00:00
Derick Rethans
8defb90006 - Added test for bug #46874 (same as #52668). 2010-08-30 15:35:41 +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