summaryrefslogtreecommitdiff
path: root/ext/date/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Merge: fix testPierre Joye2009-10-122-7/+7
|
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+32
|
* More tests from 2009 testfestZoe Slattery2009-08-284-0/+76
|
* Fix test on 32-bitRasmus Lerdorf2009-08-021-3/+3
|
* - Fixed bug #45554 (Inconsistent behavior of the u format char).Derick Rethans2009-07-291-0/+20
|
* MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)Johannes Schlüter2009-06-251-0/+31
|
* fix skipifZoe Slattery2009-06-251-0/+3
|
* fix skipifZoe Slattery2009-06-251-0/+3
|
* MFH Specific test for bug #48276Scott MacVicar2009-06-211-0/+9
|
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-048-65/+65
| | | | | # Let me know about other failing tests I missed
* - New tests (testfest Quebec)Felipe Pena2009-05-176-0/+81
|
* - Fixed tests on WindowsFelipe Pena2009-05-1228-72/+92
|
* - MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)).Derick Rethans2009-05-031-0/+32
|
* - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).Derick Rethans2009-05-033-0/+220
| | | | | - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
* - MFH: Added test for (bogus) bug #48097.Derick Rethans2009-05-031-0/+38
|
* - MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)Felipe Pena2009-04-071-0/+19
|
* Fix date tests which started failing after change to BSTandy wharmby2009-03-302-2/+2
|
* New tests for various date extension functions. Tested on Windows, Linux and ↵andy wharmby2009-03-1883-0/+14261
| | | | linux 64
* New tests for date extension DateTime methods Tested on Windows, Linux and ↵andy wharmby2009-03-1842-0/+5749
| | | | linux 64
* New tests for date extension DateTimeZone methods Tested on Windows, Linux ↵andy wharmby2009-03-1820-0/+2068
| | | | and linux 64
* fix testsAntony Dovgal2009-03-012-2/+2
|
* fix testAntony Dovgal2009-01-281-0/+2
|
* - Fixed tests?Derick Rethans2009-01-272-2/+2
| | | | | #- Wondering why those are not in HEAD though...
* Fix testsScott MacVicar2009-01-275-2/+10
|
* - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.Derick Rethans2009-01-274-6/+6
| | | | | #- [DOC]
* New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and ↵andy wharmby2009-01-2233-0/+2809
| | | | Linux 64 bit
* New basic time()and microtime() tests. Tested on Windows, Linux and Linux ↵andy wharmby2009-01-224-0/+127
| | | | 64 bit
* Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-221-2/+5
|
* New testcases for strftime functionSanjay Mantoor2009-01-2125-0/+1488
|
* fix typoAntony Dovgal2009-01-142-3/+3
|
* Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure ↵andy wharmby2009-01-142-4/+2
| | | | they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit.
* Fix new date tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-137-14/+12
|
* New date extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-138-0/+1822
|
* If a TZ environmental is set then it ends up getting used instead of the INI ↵Scott MacVicar2009-01-1039-80/+37
| | | | setting, use date_default_timezone_set() instead.
* New testcases for localtime functionSanjay Mantoor2009-01-096-0/+1834
|
* - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative timeDerick Rethans2008-12-181-0/+23
| | | | | values).
* MFH (Use the same test fiel as in HEAD)Johannes Schlüter2008-12-131-8/+8
|
* New testcases for idate functionSanjay Mantoor2008-12-087-0/+713
|
* - MFH: Fixed bug #46732 (mktime.year description is wrong).Derick Rethans2008-12-021-3/+7
|
* Fixed testcsae inputs so that test runs fasterSanjay Mantoor2008-11-241-16/+16
|
* New testcases for gmmktime functionSanjay Mantoor2008-11-2111-0/+1394
|
* New testcases for gmdate functionSanjay Mantoor2008-11-1416-0/+1175
|
* New testcases for date_sunset functionSanjay Mantoor2008-11-1010-0/+1957
|
* New testcases for date_sunrise functionSanjay Mantoor2008-11-1010-0/+1926
|
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-051-0/+51
| | | | | user-defined format.
* New testcases for gettimeofday functionSanjay Mantoor2008-10-303-0/+368
|
* scottish time variationZoe Slattery2008-10-281-0/+16
|
* Committing test for tillZoe Slattery2008-10-211-0/+47
|
* - [DOC] win's strftime does not support all posix formatting code and have ↵Pierre Joye2008-08-102-0/+56
| | | | some win specific rules see http://msdn.microsoft.com/en-us/library/fe06s4ak(VS.80).aspx for a complete list: split test for win32 and posix
* - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>Derick Rethans2008-08-051-0/+64
| | | | | month" relative time string.