summaryrefslogtreecommitdiff
path: root/ext/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-013-3/+3
|
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-281-0/+25
|\ | | | | | | | | * PHP-5.3: Fix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()
| * 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
| | | | | | | | | | | | - Removed now redundant previous overflow check, which relied on undefined behavior (wraparound) and was ignored in optimized builds.
| * split the ext/calendar/tests/bug53574.phpt into two test, as we expect ↵Ferenc Kovacs2011-09-272-6/+43
| | | | | | | | different result on 32 and 64 bit
| * - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is aboutGustavo André dos Santos Lopes2011-09-261-9/+9
| | | | | | | | | | another function). NEWS & tests tomorrow.
| * Use TZ similar to easter_date.phpt else gcov et al give a diff for ↵Christopher Jones2011-09-261-0/+1
| | | | | | | | unixtojd(1000000000)
| * the julian date for timestamp 1000000000 is 2452161.5740741, which is ↵Ferenc Kovacs2011-09-221-1/+1
| | | | | | | | rounded to 2452162
| * it seems that easter_date doesn't use the date.timezone but the TZ ↵Ferenc Kovacs2011-09-221-0/+1
| | | | | | | | environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
| * - 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
| | | | | | | | | | segfault).
| * Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-092-2/+21
| | | | | | | | | | patch by gpap at internet dot gr.
* | - 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
| | | | | | | | | | | | - Removed now redundant previous overflow check, which relied on undefined behavior (wraparound) and was ignored in optimized builds.
* | split the ext/calendar/tests/bug53574.phpt into two test, as we expect ↵Ferenc Kovacs2011-09-272-6/+43
| | | | | | | | different result on 32 and 64 bit
* | - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is aboutGustavo André dos Santos Lopes2011-09-261-9/+9
| | | | | | | | | | another function). NEWS & tests tomorrow.
* | Use TZ similar to easter_date.phpt else gcov et al give a diff for ↵Christopher Jones2011-09-261-0/+1
| | | | | | | | unixtojd(1000000000)
* | the julian date for timestamp 1000000000 is 2452161.5740741, which is ↵Ferenc Kovacs2011-09-221-1/+1
| | | | | | | | rounded to 2452162
* | it seems that easter_date doesn't use the date.timezone but the TZ ↵Ferenc Kovacs2011-09-221-0/+1
| | | | | | | | environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
* | - 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
| | | | | | | | | | segfault).
* | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-092-2/+21
|/ | | | | patch by gpap at internet dot gr.
* 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
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+18
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-18/+0
|
* New calendar parsing APIIlia Alshanetsky2008-02-131-37/+23
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-3/+7
|
* MFH: check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-0/+4
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* fix snprintf sizeStanislav Malyshev2007-02-161-6/+6
| | | | | #-1 is not needed
* increase hebdate buffer, use snprintfStanislav Malyshev2007-02-161-7/+7
|
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
|
* 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-112-0/+78
|
* Removed pointless declarationsIlia Alshanetsky2006-07-091-2/+0
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-19/+131
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
| | | | | fix existing ones