Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for phpng | krakjoe | 2014-05-10 | 2 | -33/+28 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -11/+11 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 3 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-05-22 | 2 | -3/+4 |
|\ | | | | | | | | | | | * PHP-5.4: NEWS Fixed bug #64895 Integer overflow in SndToJewish | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2013-05-22 | 2 | -3/+4 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #64895 Integer overflow in SndToJewish | ||||
| | * | Fixed bug #64895 Integer overflow in SndToJewish | Remi Collet | 2013-05-22 | 2 | -3/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-05-21 | 2 | -1/+20 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int): metonicCycle = (inputDay + 310) / 6940; | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2013-05-21 | 2 | -1/+20 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int): metonicCycle = (inputDay + 310) / 6940; | ||||
| | * | Integer overflow in SndToJewish leads to php hang | Remi Collet | 2013-05-21 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | AT least in (inputDay is long, metonicCycle is int): metonicCycle = (inputDay + 310) / 6940; So large value give strange (negative) results or php hangs. This is patch already applied in some linux distro. | ||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| | | | |||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| | | | |||||
* | | | text fixes from emosenkis | Stanislav Malyshev | 2012-08-07 | 3 | -10/+10 |
| | | | |||||
* | | | some fixes for bug#54254 | Stanislav Malyshev | 2012-08-07 | 5 | -9/+14 |
| | | | |||||
* | | | Add test for interoperability of jdtojewish and cal_days_in_month | Eitan Mosenkis | 2012-08-07 | 1 | -0/+59 |
| | | | |||||
* | | | Update documentation to reflect fix of 54254 | Eitan Mosenkis | 2012-08-07 | 1 | -4/+4 |
| | | | |||||
* | | | fix for display of Jewish month names | Stanislav Malyshev | 2012-08-07 | 2 | -13/+62 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-28 | 1 | -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 Ficken | 2012-04-28 | 1 | -0/+25 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| | | |||||
| * | - Oops missed return. Also improved the readability of a test. | Gustavo André dos Santos Lopes | 2011-09-27 | 2 | -0/+14 |
| | | |||||
| * | - Added tests and NEWS for r306475; see bug #55797. | Gustavo André dos Santos Lopes | 2011-09-27 | 3 | -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 Kovacs | 2011-09-27 | 2 | -6/+43 |
| | | | | | | | | different result on 32 and 64 bit | ||||
| * | - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about | Gustavo André dos Santos Lopes | 2011-09-26 | 1 | -9/+9 |
| | | | | | | | | | | another function). NEWS & tests tomorrow. | ||||
| * | Use TZ similar to easter_date.phpt else gcov et al give a diff for ↵ | Christopher Jones | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | unixtojd(1000000000) | ||||
| * | the julian date for timestamp 1000000000 is 2452161.5740741, which is ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -1/+1 |
| | | | | | | | | rounded to 2452162 | ||||
| * | it seems that easter_date doesn't use the date.timezone but the TZ ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -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 macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
| | | |||||
| * | - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to | Gustavo André dos Santos Lopes | 2010-12-19 | 2 | -6/+55 |
| | | | | | | | | | | segfault). | ||||
| * | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original | Adam Harvey | 2010-09-09 | 2 | -2/+21 |
| | | | | | | | | | | patch by gpap at internet dot gr. | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| | | |||||
* | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 1 | -1/+3 |
| | | |||||
* | | - Oops missed return. Also improved the readability of a test. | Gustavo André dos Santos Lopes | 2011-09-27 | 2 | -0/+14 |
| | | |||||
* | | - Added tests and NEWS for r306475; see bug #55797. | Gustavo André dos Santos Lopes | 2011-09-27 | 3 | -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 Kovacs | 2011-09-27 | 2 | -6/+43 |
| | | | | | | | | different result on 32 and 64 bit | ||||
* | | - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about | Gustavo André dos Santos Lopes | 2011-09-26 | 1 | -9/+9 |
| | | | | | | | | | | another function). NEWS & tests tomorrow. | ||||
* | | Use TZ similar to easter_date.phpt else gcov et al give a diff for ↵ | Christopher Jones | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | unixtojd(1000000000) | ||||
* | | the julian date for timestamp 1000000000 is 2452161.5740741, which is ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -1/+1 |
| | | | | | | | | rounded to 2452162 | ||||
* | | it seems that easter_date doesn't use the date.timezone but the TZ ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -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 macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
| | | |||||
* | | - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to | Gustavo André dos Santos Lopes | 2010-12-19 | 2 | -6/+55 |
| | | | | | | | | | | segfault). | ||||
* | | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original | Adam Harvey | 2010-09-09 | 2 | -2/+21 |
|/ | | | | | patch by gpap at internet dot gr. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -18/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+18 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -18/+0 |
| | |||||
* | New calendar parsing API | Ilia Alshanetsky | 2008-02-13 | 1 | -37/+23 |
| |