Antony Dovgal
23db743e46
fix test
2009-01-28 12:59:08 +00:00
andy wharmby
21aa7d168a
New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit
2009-01-22 18:47:34 +00:00
andy wharmby
18e73c14a2
New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-22 14:11:12 +00:00
andy wharmby
3cdae46259
Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit
2009-01-22 13:50:33 +00:00
Derick Rethans
aa6595916b
- Updated to version 2009.1 (2009a)
2009-01-21 15:25:24 +00:00
Sanjay Mantoor
677debbd11
New testcases for strftime function
2009-01-21 10:52:34 +00:00
Antony Dovgal
53e5f104e4
fix typo
2009-01-14 16:32:02 +00:00
andy wharmby
a3409dc80d
Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit.
2009-01-14 16:28:54 +00:00
andy wharmby
9a86c92895
Fix new date tests. Tested on Windows, Linux and Linux 64 bit
2009-01-13 23:10:52 +00:00
andy wharmby
92926978a2
New date extension tests. Tested on Windows, Linux and Linux 64 bit
2009-01-13 13:38:34 +00:00
Sanjay Mantoor
c5d0d152a9
New testcases for localtime function
2009-01-09 05:08:44 +00:00
Zoe Slattery
71539c429e
removing xfail sections as test passes
2008-12-31 20:17:41 +00:00
Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Sanjay Mantoor
a2de42599b
New testcases for idate function
2008-12-23 09:13:28 +00:00
Sanjay Mantoor
8867ffc100
New testcases for gmmktime function
2008-12-23 07:47:00 +00:00
Derick Rethans
9fbc798d63
- Added a test case for bug #46268 . (Bug itself is not present in 5.2).
2008-12-18 20:30:06 +00:00
Derick Rethans
e3388ff043
- MFH: Fixed bug #46889 : Memory leak in strtotime().
2008-12-18 14:57:04 +00:00
Sanjay Mantoor
d0eaa59d0f
New testcases for gmdate function
2008-12-15 10:36:53 +00:00
Sanjay Mantoor
29c885c8bd
New testcases for gettimeofday function
2008-12-15 08:23:58 +00:00
Pierre Joye
b2483079bb
- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>
2008-12-11 13:12:54 +00:00
Sanjay Mantoor
59338d84b7
New testcases for date_sunset function
2008-12-05 06:12:11 +00:00
Sanjay Mantoor
8f00f19419
New testcases for date_sunrise function
2008-12-05 05:35:39 +00:00
Derick Rethans
24a764e086
- MFH: Fixed bug #46732 (mktime.year description is wrong).
2008-12-02 18:01:58 +00:00
Derick Rethans
7922a83ac0
- Updated to version 2008.9 (2008i)
2008-10-28 08:17:47 +00:00
Derick Rethans
21490362dd
- MFH: Fixed weekdays adding/subtracting algorithm.
...
- MFH: Fixed some ambiguities in the date parser.
- MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone()
behave different).
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday
behaved incorrect of the current day-of-week was the same as the one in the
phrase).
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
advanced relative time strings.
- MFH: Fixed a segfault - simply a forgotten return;
2008-10-26 11:27:32 +00:00
Zoe Slattery
f432258b02
Committing test for till
2008-10-21 09:37:41 +00:00
Derick Rethans
78253b53e3
- Updated to version 2008.8 (2008h)
2008-10-13 11:45:48 +00:00
Derick Rethans
5bade4dcab
- Updated to version 2008.7 (2008g)
2008-10-06 14:27:51 +00:00
Derick Rethans
8f037b3fe4
- Updated to version 2008.6 (2008f)
2008-09-15 18:03:10 +00:00
Antony Dovgal
1dd367b62d
MFH: do not fail & segfault if malloc(0) returns NULL, that's expected
2008-08-09 22:01:35 +00:00
Derick Rethans
7d8a27b3d1
- Updated to version 2008.5 (2008e)
2008-07-28 19:32:08 +00:00
Derick Rethans
8a1172fe8f
- Updated to version 2008.4.1 (2008d)
2008-07-18 13:46:15 +00:00
Derick Rethans
72c5f9c02d
- MFH: Memory issues
...
- MFH: // style comments
2008-07-08 18:02:32 +00:00
Derick Rethans
5a70cfb8d7
- Updated to version 2008.4 (2008d)
2008-07-07 14:36:26 +00:00
Derick Rethans
8df7662306
- Updated to version 2008.3 (2008c)
2008-05-27 12:20:02 +00:00
Derick Rethans
0685a79356
- Fixed an issue in date() where a : was printed for the O modifier after a P
...
modifier was used.
2008-05-02 21:36:00 +00:00
Antony Dovgal
269aac9ee9
fix test
2008-04-18 08:22:01 +00:00
Derick Rethans
8649483a69
- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
...
argument).
2008-04-16 17:21:46 +00:00
Derick Rethans
b0b7f4eed1
- MFH: Fixed a bug in formatting timestamps when DST is active in the default
...
timezone.
2008-03-31 09:12:15 +00:00
Derick Rethans
94cfbb5448
- Updated to version 2008.2 (2008b)
2008-03-24 13:01:10 +00:00
Derick Rethans
d1e3634d13
- Updated to version 2008.1 (2008a)
2008-03-16 07:22:10 +00:00
Derick Rethans
a58f8d2a9b
- MFH: Fixed tests on 64bit platform.
2008-02-25 22:34:11 +00:00
Derick Rethans
08e237cc6d
- MFH: Fixed a problem with parsing timezones as part of a format.
...
#- It doesn't actually fix anything, but atleast it's consistent with HEAD.
2008-02-25 18:28:18 +00:00
Derick Rethans
8241ee2226
- MFH: Fixed bug #44216 (strftime segfaults on large negative value).
2008-02-22 17:49:30 +00:00
Derick Rethans
dfd8f3f735
- MFH: Fixed bug #44209 : strtotime doesn't support 64 bit timestamps.
2008-02-22 09:48:18 +00:00
Derick Rethans
3bcef3b39d
- Fixed invalid read errors as found by GCOV.
2008-02-03 14:22:55 +00:00
Derick Rethans
d7ae91bea7
- MFH: Make timezone_open() work again.
2008-02-02 17:26:23 +00:00
Dmitry Stogov
c9fd5b3010
Fixed test
2008-01-29 10:43:42 +00:00
Derick Rethans
da11bc2b32
- MFH Bugfixes:
...
- Fixed bug #43808 (date_create never fails (even when it should)).
- Fixed bug #43527 (DateTime created from a timestamp reports environment
timezone).
- Fixed bug #43003 (Invalid timezone reported for DateTime objects
constructed using a timestamp).
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
invalidates DateTimeZone).
- Fixed bug #41599 (setTime() fails after modify() is used).
2008-01-26 16:26:47 +00:00
Derick Rethans
aaeded2ac7
- Updated to version 2007.11
2008-01-01 15:32:28 +00:00