summaryrefslogtreecommitdiff
path: root/ext/calendar
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-153-3/+3
* Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-01-022-4/+4
|\
| * Fixes #67960 - Long/short day names reversed in jddayofweek()Greg Roach2015-01-022-4/+4
| * Bump yearXinchen Hui2014-01-033-3/+3
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-3/+3
* | Bump yearXinchen Hui2014-01-033-3/+3
|/
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-05-222-3/+4
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-222-3/+4
| |\
| | * Fixed bug #64895 Integer overflow in SndToJewishRemi Collet2013-05-222-3/+4
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-05-212-1/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-212-1/+20
| |\ \ | | |/
| | * Integer overflow in SndToJewish leads to php hangRemi Collet2013-05-212-1/+20
| | * Happy New Year~Xinchen Hui2013-01-013-3/+3
| * | Happy New YearXinchen Hui2013-01-013-3/+3
* | | Happy New YearXinchen Hui2013-01-013-3/+3
* | | text fixes from emosenkisStanislav Malyshev2012-08-073-10/+10
* | | some fixes for bug#54254Stanislav Malyshev2012-08-075-9/+14
* | | Add test for interoperability of jdtojewish and cal_days_in_monthEitan Mosenkis2012-08-071-0/+59
* | | Update documentation to reflect fix of 54254Eitan Mosenkis2012-08-071-4/+4
* | | fix for display of Jewish month namesStanislav Malyshev2012-08-072-13/+62
|/ /
* | 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
| * - Year++Felipe Pena2012-01-013-3/+3
| * - Oops missed return. Also improved the readability of a test.Gustavo André dos Santos Lopes2011-09-272-0/+14
| * - Added tests and NEWS for r306475; see bug #55797.Gustavo André dos Santos Lopes2011-09-273-4/+72
| * split the ext/calendar/tests/bug53574.phpt into two test, as we expect differ...Ferenc Kovacs2011-09-272-6/+43
| * - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is aboutGustavo André dos Santos Lopes2011-09-261-9/+9
| * 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
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-013-3/+3
| * - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-192-6/+55
| * Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-092-2/+21
* | - Year++Felipe Pena2012-01-013-3/+3
* | 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-272-0/+14
* | - Added tests and NEWS for r306475; see bug #55797.Gustavo André dos Santos Lopes2011-09-273-4/+72
* | split the ext/calendar/tests/bug53574.phpt into two test, as we expect differ...Ferenc Kovacs2011-09-272-6/+43
* | - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is aboutGustavo André dos Santos Lopes2011-09-261-9/+9
* | 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
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Year++Felipe Pena2011-01-013-3/+3
* | - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-192-6/+55
* | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-092-2/+21
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-18/+0