summaryrefslogtreecommitdiff
path: root/ext/calendar/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Ferenc Kovacs2015-01-021-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-01-021-1/+1
| |\
| | * Fixes #67960 - Long/short day names reversed in jddayofweek()Greg Roach2015-01-021-1/+1
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
| |/
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-6/+6
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
|/
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-05-221-2/+3
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-221-2/+3
| |\
| | * Fixed bug #64895 Integer overflow in SndToJewishRemi Collet2013-05-221-2/+3
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-05-211-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-211-0/+18
| |\ \ | | |/
| | * Integer overflow in SndToJewish leads to php hangRemi Collet2013-05-211-0/+18
* | | text fixes from emosenkisStanislav Malyshev2012-08-072-6/+6
* | | some fixes for bug#54254Stanislav Malyshev2012-08-072-5/+7
* | | Add test for interoperability of jdtojewish and cal_days_in_monthEitan Mosenkis2012-08-071-0/+59
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-281-0/+25
|\ \ | |/
| * Fix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()Matt Ficken2012-04-281-0/+25
| * - Oops missed return. Also improved the readability of a test.Gustavo André dos Santos Lopes2011-09-271-0/+12
| * - Added tests and NEWS for r306475; see bug #55797.Gustavo André dos Santos Lopes2011-09-272-0/+72
| * split the ext/calendar/tests/bug53574.phpt into two test, as we expect differ...Ferenc Kovacs2011-09-272-6/+43
| * Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1...Christopher Jones2011-09-261-0/+1
| * the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded...Ferenc Kovacs2011-09-221-1/+1
| * it seems that easter_date doesn't use the date.timezone but the TZ environmen...Ferenc Kovacs2011-09-221-0/+1
| * - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-191-0/+35
| * Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-091-0/+12
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-211-1/+3
* | - Oops missed return. Also improved the readability of a test.Gustavo André dos Santos Lopes2011-09-271-0/+12
* | - Added tests and NEWS for r306475; see bug #55797.Gustavo André dos Santos Lopes2011-09-272-0/+72
* | split the ext/calendar/tests/bug53574.phpt into two test, as we expect differ...Ferenc Kovacs2011-09-272-6/+43
* | Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1...Christopher Jones2011-09-261-0/+1
* | the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded...Ferenc Kovacs2011-09-221-1/+1
* | it seems that easter_date doesn't use the date.timezone but the TZ environmen...Ferenc Kovacs2011-09-221-0/+1
* | - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-191-0/+35
* | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-091-0/+12
|/
* Fixed testsIlia Alshanetsky2006-12-042-4/+4
* MFH testsHannes Magnusson2006-10-0913-0/+878
* fix test on 64bit machinesAntony Dovgal2006-07-271-6/+6
* fix segfault in jdmonthname(), add testAntony Dovgal2006-07-111-0/+71
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
* - Remve bogus part of testMarcus Boerger2005-11-061-3/+0
* One check is enough.Ilia Alshanetsky2005-10-271-12/+0
* Tests for calendar extensionRathna N2005-10-275-0/+85
* Fixed bugs in various tests.Ilia Alshanetsky2003-08-121-1/+1
* jdtojewish() testTal Peer2002-11-271-0/+28